Outlook Automation - MSG format
-
Hi, I have been trying to generate an EMail with pictures and HTML formatting, if I want to keep the nice stuff, I have two possibilities: - Link the pics from a web site. - Include them in the e-mail. For the second step, If I let the user generate the e-mail with MS-Outlook, should I use automation and read from there the msg format ? Is that the only way of leting the user generate a fancy email and then send them from my application to the customers ? Thanks in advance, Greetings Braulio
-
Hi, I have been trying to generate an EMail with pictures and HTML formatting, if I want to keep the nice stuff, I have two possibilities: - Link the pics from a web site. - Include them in the e-mail. For the second step, If I let the user generate the e-mail with MS-Outlook, should I use automation and read from there the msg format ? Is that the only way of leting the user generate a fancy email and then send them from my application to the customers ? Thanks in advance, Greetings Braulio
The MSG format is an internal format used by Outlook and Office. It is not acceptable to send to SMTP servers. For this, you use MIME which I mentioned earlier in this forum (I think even to you).
Microsoft MVP, Visual C# My Articles