mlellison
(Max Ellison)
1
I have a list of UID (Unique Identifier), and needed to reply to these email using outlook.
My approach is to use below activities
1.) Activity: Get Outlook Mail Messages
Get MailMessage using UID as a filter
2.) Activity: Reply To Outlook Mail Message
Use the output MailMessage(0) above as Input
Question: How to get the outlook mail message using UID as a filter?
Any other approaches would be appreciated as well. Thanks!
Yoichi
(Yoichi)
2
Is the UID Message-ID? If so, FilterByMessageIDs proerty will work.

Regards,
mlellison
(Max Ellison)
3
Hi Mr @Yoichi
Thanks for the reply, unfortunately the UID is not the Message-ID.
I have input UID in this field but does not work.
Yoichi
(Yoichi)
4
Hi,
Can you share which header or any other part the UID exists in your mail?
Regards,
mlellison
(Max Ellison)
5
@Yoichi
“0000000003BD8FD2746F404186F425ECFD33079907006A1DC7A64063984FBC7E70A98F08453300000000010C00006A1DC7A64063984FBC7E70A98F0845330001365FB0430000”
Here is a sample UID, the only thing i have about those outlook emails are a list of UID in string type.
jack.chan
(Jack Chan)
6
@mlellison
use this new activity get email by id!

