How do I get the names of attachments from an email message?
using .attachments property … it has the name
I feel i need to add more.
attachments is an array of objects, that represents each attachment.
on of the properties is filename …
Thank you Allan. Your tip worked.