Question
Accenture
IN
Last activity: 16 Oct 2018 12:03 EDT
How to read an email from microsoft outlook component or smtp component ??
How to read an email and create an automation to read an email ? Can you explain with steps
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi Vignesh,
Have you had a chance to look into this document? Using the Microsft Office Connectors
I found this document from here: Pega Robotic Automation
Pegasystems Inc.
US
Here is a simple automation using the Microsoft Outlook connector to read emails from an Inbox.
Accenture
IN
Jeff
How do we add this microsoftOutlookMailCollection?
I am using open span 7.1.75
Cisco
US
Hi, Retrieve Email is failing. Seems like its not connecting to my Outlook. Is there any specific settings required.
Attached the watch variables and Automation screen shot. Appreciate your help to resolve this.
**Attached files for reference
Pegasystems Inc.
US
Your screenshot is hard to see. There are no specific setting required. If the folder you are connecting to has any "Unread" emails, then the method as you called it should be working. What do you mean by "it is not connecting to my Outlook"? How do you know that is the case?
Cisco
US
Hi, Thanks for your reply. I have attached clear pictures.
Based on Automation Watches, I am assuming that its not connecting to my Outlook.I see proxy instance as NULL.
My assumption might be wrong, you inputs are appreciated.
Cisco
US
I found the problem. The proxy that I was referring was wrong while getting properties. I fixed it and Its working now. Thank you!
**Attached Working Solution
Virtusa
IN
Hi sasnt,
its great if i get some reference to understand how SMTP is used in Pega robotics.
please may i know if i can use SMTP on server side to trigger BOT on email received, and also i see emails in outlook at my machine(Client).
basically what i am looking for is,currently i am running BOT on my local machine where outlook is configured, now i want to move BOT to server or other machine, how will i trigger BOT in this case? does SMTP serves the purpose? or i need to have outlook client there? but i want to see my all emails in my machine still.
Pegasystems Inc.
US
You will need to have the Outlook Component there configured to the same Inbox. SMTP is a component that allows you to send emails using the SMTP protocol. It cannot be used to receive emails.
Flextronics
IN
Hey Jeff Im unable to find the execute EVENT in the OUTLOOK ADAPTER. Please provide help.
Mph
IN
Hi Team
Please help me for My problem.
I need to trigger Outlook Mailbox trelated automation on a Pafticular time automatically (Scheduled ), without using a button or any other manual intervention. For example need to check whether a particular mail is arrived in 7 PM or not automatically,
Please help
This comment has been branched out as a new node and the new thread can be followed here
Pegasystems Inc.
IN
Hi Saravanan,
Welcome to PSC and thank you for posting your question here. In order to increase visibility for your question, we have created a new post on your behalf. Please continue the discussion over the other post: Query on scheduled Automation of Outlook
Accenture
IN
Jeff
How do we add this microsoftOutlookMailCollection?
I am using open span 7.1.75
Infosys Limited
IN
Right click on the result of the RetrieveEmail (blue dot) and select extract proxy. You will get the microsoftOutlookMailCollectionProx1.
Accenture
IN
Thanks SayantanD9011.
I am able to read the email from outlook into collection. And loop them to read detail of each email.
How do write the emailattributes read into an excel? How can i populate the dataTable that is required for the importexcel method for excel connector ?