Create your first automation in just a few minutes.Try Studio Web →
by YouTube
0
Activity
<100
is it possible to share how you write the "Retrieve Attachment"?
I would like to have more control like renaming attachment with same name, currently there is no way to control it as it is embeded in the activities
You can save it to temp folder and rename/move.
All sources are available here:
https://bitbucket.org/p0tfur/
I will add this option to next version.
I tried to you your code, it said:
Exception has been thrown by the target of an invocation. ----> Microsoft.Exchange.WebServices.Data.ServiceObjectPropertyException: You must load or assign this property before you can read its value.
You found a bug. Please provide your worfklow and I will fix it for you. You are referring to some (probably unusual) property, not declared in activity. I tested it with all common properties.
PW
Hello Pawel, referring to your answer below, i just see that it has option for me to save the attachment from EWS mailMessage. How can i save the EWS mailMessage as .eml?
Hi,
I didn't create activity to save whole message, but you can do it yourself using MimeContent of message and FileStream, please see example:
https://gofile.io/?c=UkK3lf
How should i save the mail message to local drive? after looping the mail message list
Hi,
you can find examples here:
https://bitbucket.org/p0tfur/exchange.mail.activities/src/master/examples/
I'm not able to find mails in subfolders. What is the syntax to use in "Mailfolder" in "Get Exchange Messages"?
Normal structure would be: "Inbox\Project X\Done", but that is not working
Hi Dan,
my apologies for late reply and having troubles with my activity, I should be more specific in manual.
Folder structure for this activity is seen as flat one - so no matter if this is main directory, subdirectory, subsubdirectory and so on, you refer to it just using it's name.
I.e:
For Inbox\test - "test"
For My folder\test\mails - "mails"
I understand that full path reference would be more logical one, so will think about it for next release.
Kind regards,
PW
License & Privacy
MIT
Privacy Terms
Technical
Version
1.2.0Updated
February 18, 2020Works with
UiPath Studio 2019.7.0 Exchange 2013 CU1
Certification
Silver Certified
Tags
Application
Support
UiPath Community Support
Resources