Question
1
Replies
1006
Views
Posted: May 2, 2017
Last activity: May 23, 2017
Closed
Solved
Outlook: Add Link to selected text on Email body
Hi
How can I select some part of text on the body of the new email I create using Pega Robotics and add link to a Shared Folder.
Attachment shows what I want to achieve. What connector of Outlook I can use to do the task.
Thank You
You would set the BodyFormat property of your Mail object to olFormatHTML. You'd then pass your fully formatted HTML to the Body property.