Hello, When I create and send out meeting requests using HttpRequest, the email sent out always seems to be in plain text. I specify both <textdescription> and <htmldescription>. How can I set a flag to ensure that the text received is in html, as long as the recipient desires an html message? Thanks, Liz
You need to make sure the ContentMediaType property is being set correctly on the message before you send it if your providing both text and html bodyparts then you need to be using multipart/alternative. Have a read of the remarks section in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/html/f09d7e7f-1311-4b7e-9c7b-60d4485c2459.asp which covers this Cheers Glen "liz-kma" wrote in message news:513E9CF5-D7D9-4EEC-A0A3-FDB37936BA9E@microsoft.com... > Hello, > > When I create and send out meeting requests using HttpRequest, the email > sent out always seems to be in plain text. I specify both > <textdescription> > and <htmldescription>. > > How can I set a flag to ensure that the text received is in html, as long > as > the recipient desires an html message? > > Thanks, > Liz