How to get outlook mail message using UID as a filter

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!

Is the UID Message-ID? If so, FilterByMessageIDs proerty will work.

image

Regards,

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.

Hi,

Can you share which header or any other part the UID exists in your mail?

Regards,

@Yoichi
“0000000003BD8FD2746F404186F425ECFD33079907006A1DC7A64063984FBC7E70A98F08453300000000010C00006A1DC7A64063984FBC7E70A98F0845330001365FB0430000”

Here is a sample UID, the only thing i have about those outlook emails are a list of UID in string type.

@mlellison
use this new activity get email by id!
image
image