Get Outlook message is not returning mail item properties like Body, Attachment, From, only returns subject.
I am using parallel activity to handle pop up window message which populates as soon as robot invoke Get Outlook mail activity. [quote=“yogeshd, post:1, topic:35529, full:true”]
Get Outlook message is not returning mail item properties like Body, Attachment, From, only returns subject.
I am using parallel activity to handle pop up window message which populates as soon as robot invoke Get Outlook mail activity. What is the best solution to handle this pop up window and retrieve all the properties like Body, Attachement, From??
[/quote]
Hi Lucas,
Thanks for your reply. But my problem is how to handle pop up window message, As when I use Get Outloook mail activity then safety window message pop ups with Allow and Deny option. I can handle this safety window message by using Parallel activity and Simulate click on Allow button but then I am not receiving Mail item’s properties like Body, Attchment, From.
My question is how I will get all properties(mail body, attachment, from) and handle that security Pop up window message?
I have the same problem, did you find any solution for this?