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 ?
Re: Display attachments from .eml file
Hi John,
wodSMTP is SMTP client component and it's used for sending emails.
Editing message attachment require more parsing options which is not required inside wodSMTP. For message parsing we have wodMailbox ActiveX component.
Using wodMailbox you can list attachments and save it to file if you like and open it afterward. Of course there is plenty other parsing options inside wodMailbox.
Hope I helped.
Regards,
Drazen