MSoffice Webapp-OWA- Configuration

I need to configure outlook in web OWA using the uipath activites, please help ………I have tried with below activities
Get Exchange Mail message
Get IMAP mail message
Get Pop3 mail message

and under properties tried with below port numbers and server details

POP3 Outlook.office365.com 995 SSL/TLS
IMAP4 Outlook.office365.com 993 SSL/TLS
SMTP Smtp.office365.com 587 STARTTLS

I have tried my best but not working got errors for all activities rWebOutlook_errors(IMAP,POP3,SMTP,Exchnage).docx (311.8 KB) elated to web outlook, Attached the screenshots in word documents @

Can you please suggest is their any settings I want to do or anything else ???

In my project outlook login has the (SSO) Authenticator from okta verification push notification next need to approve in mobile.
help with solution is much better

Hi @Deepthi_Borra
In my test environment, Get Exchange Mail Messages works with values like:
Server = “https://mail.devtest.local/ews/exchange.asmx
Domain = “devtest.local”

I also have a test mailbox at outlook.com, and Send SMTIP works with “smtp.office365.com” & port 587 and Get IMAP works with “outlook.office365.com” and port 993.

If you want to use an Office 365 mailbox in an Azure tenant, you might better use the O365 settings in “Get Exchange Mail Messages” activities, or even better, use UiPath.MicrosoftOffice365.Activities package from the Official feed.
image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.