Display attachments from .eml file (General questions)
We develop an application in vb6 and have recently upgraded our email component to WODSMTP.
Im just not sure how to extract and display the attachments when a user clicks on the .eml file.
I can pull out the sender etc by using wodsmtp.message.FromEmail, but how can I get a list of the attachments that are in the .eml file ?
Also, once I have the list of attachments, how can I then open those attachments inside the .eml file ?