1 Attachment(s)
Save Any POP3 mail Attachments
Hi All,
I have a VB6 program to alert if there is any new mail in POP3,
Now I want to check if there is any mails with any attachment I need to save the attachment file into the Local Hard Dish,
Can any one help in this.
I attached my alertmail application here, check with that and tell me....
Thanks in advance......
Re: Save Any POP3 mail Attachments
SysTrayDll.dll is missing.
Re: Save Any POP3 mail Attachments
Quote:
Originally Posted by
gibra
SysTrayDll.dll is missing.
Hi,
The dll also in the zipped folder, add reference of that one, that it will work fine..............
Re: Save Any POP3 mail Attachments
Nope it's missing. However sharing binary content is not a good idea, how to know what is the real content. It could be harmful.
1 Attachment(s)
Re: Save Any POP3 mail Attachments
Hi Jim Davis,
Thanks for your reply, I attached the dll....
Check and Tell me