Read mails from mail server
-
Hi All, I wand to read mail text and attachments from mail server(mailbox folder). If the message contains any image (in attachment also) then I want to pick that image and save it to desired location. Please help me to sort out this problem or send me any link for the same Thanks in advance. Amit -- modified at 3:40 Monday 24th April, 2006
-
Hi All, I wand to read mail text and attachments from mail server(mailbox folder). If the message contains any image (in attachment also) then I want to pick that image and save it to desired location. Please help me to sort out this problem or send me any link for the same Thanks in advance. Amit -- modified at 3:40 Monday 24th April, 2006
Well, you're looking for a POP component for reading Mail. Here's one I found on Code Project. Yuvi Panda T Microsoft Student Partner Blogs at : http://yuvipanda.blogspot.com
-
Well, you're looking for a POP component for reading Mail. Here's one I found on Code Project. Yuvi Panda T Microsoft Student Partner Blogs at : http://yuvipanda.blogspot.com
That's a good start but its a bit more grim than that. Attachments are stored according to the MIME specification usually in base64. So, having got the content of the mail you need a mime parser to turn the attachments into something usable. I'd look at 3rd party components to help you with this. Regards, Rob Philpott.
-
Well, you're looking for a POP component for reading Mail. Here's one I found on Code Project. Yuvi Panda T Microsoft Student Partner Blogs at : http://yuvipanda.blogspot.com