Hi,
Nope .
Outlook doesn’t need to be opened when you perform the outlook mail activities.(If its installed in local system)
Unless your not opening outlook from the web.
Outlook is installed in my local and outlook activities retrieve only mails which are already received when outlook was open. Suppose i close outlook and send a mail to my inbox and try to retrieve it does not retrieve it.
If i send any mail, it stays in my outbox only when i open outlook next time it sends the mail.
Hi,
Because there is slight time delay between sending mail and receiving back to you inbox in the meantime your next activity (Get outlook mail messages) would have executed hence your not able to fetch the mail you sent just now.
IF you keep some delay between send mail and get mail it will fetch the new unread mail which you just sent.
Hi,
The default folder for the get mail is “Inbox”.
Please make sure you didn’t set any rules for your team mate mail id or it might moved to some other folder.
Same problem on my side.
-When UiPath run “Send outlook email” with outlook closed, the email stucked in the outbox
-When i open outlook it send immediately the email.
Because using Interop outlook outlook session should be open and if it is close it will not be able to send mail. UiPath uses Interop outlook for outlook mail activities.
Either make a session in the background by using code or just keep open your outlook at the time of workflow execution.