Hi I'm trying a windows service that fetches the contents of the mails from my inbox and saves them in a database using IMAP protocol. I've fetched the contents of the mail body using the IMAP command "1 UID FETCH 756 BODY[1]\r\n", where 756 is message UID.
How can I fetch the attachments so that i can save the attachments in a specific location and i can use them later.
I've tried a lot to find this but...
User Profile
Collapse
-
Imap
Hi I'm trying a windows service that fetches the contents of the mails from my inbox and saves them in a database using IMAP protocol. I've fetched the contents of the mail body using the IMAP command "1 UID FETCH 756 BODY[1]\r\n", where 756 is message UID.
How can I fetch the attachments so that i can save the attachments in a specific location and i can use them later.
I've tried a lot to find this but...
No activity results to display
Show More