About"get outlook mail messages"

I have an account of outlookmail ,but I use “get outlook mail messages"and"for each Email"UiPath show info"This activity requires an Outlook Account Card.”


WHY?What could I do for setting?

Hi @herowhite

Use For Each activity to iterate through the MailMessages. You need not use For Each Email because this acitivty should should be enclosed within Use Desktop Outlook App container.

Hope you understand!!

Hi @herowhite ,
You can try


test.xaml (9.7 KB)

If you want to use for each mail
you can use


test.xaml (11.5 KB)

Regards,
LNV

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