I am using this link to send mails using Mapi. But I would like to compose the message in HTML format.
Reading this and other websites I came across a “constant” called: MAPI_NATIVE_BODY_TYPE_HTML. That gave me the “hope” that things are possible. Unfortunately, I’m not able to make something of it. I’m not used to “convert” unmanged functionality outside the .NET Framework (mapi32.dll) to managed code.
Any ideas / links are welcome.
No, that constant is for use with Extended MAPI, but the first link deals with Simple MAPI (that is what you are using, right?).