Discussion:
NMPOP3
(too old to reply)
alain
2008-08-05 11:26:05 UTC
Permalink
Hi,

This allows me to see the file attached

if (NMPOP31->MailMessage->Attachments->Text != "")
ShowMessage("Attachments:\n"+NMPOP31->MailMessage->Attachments->Text);

Which code allows me to view or save the attachment ?

Thanks
Remy Lebeau (TeamB)
2008-08-05 18:13:38 UTC
Permalink
Post by alain
This allows me to see the file attached
That gives you the local filenames of the attachments, relative to the path
specified in the TNMPOP3::AttachFilePath property, that TNMPOP3 has already
saved onto your machine while downloading the message. You can do whatever
you want with the files.


Gambit

Loading...