Read an email attachment name without saving the email

Hi, is anyone able to help with my query. I need to read an email attachment name to check what type of attachment it is before I save it, is this possible in UiPath?

Thanks
Raychel

HI,

How about as the following?

Regards,


yourMailVar.Attachments.Select(Function (x) x.Name).toArray

That’s worked perfectly. Thanks Yoichi :smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.