Hi, I am using CDOEX to access calendar items from Exchange Server 2K and 2K3.Now when it comes to Exceptios, I get MIME for this exception (using IAppointment interface) with content-type as text/calendar having Exception body as plain text and I loose all HTML formatting. Is there any way to get HTML body ( MIME with text/html as content type ) for exceptions using CDOEX? Thanks in advance. Uday
There's no way to get HTML from calendar item via CDOEX, unfortunately - plain text is your only choice. You could try going after the urn:schemas:httpmail:htmldescription property of the item, but I suspect it will be an HTML conversion of the plain text body. - Karim "Uday" wrote in message news:%232dOc4sYGHA.4944@TK2MSFTNGP02.phx.gbl... > Hi, > I am using CDOEX to access calendar items from Exchange Server 2K and > 2K3.Now when it comes to Exceptios, I get MIME for this exception (using > IAppointment interface) with content-type as text/calendar having > Exception > body as plain text and I loose all HTML formatting. > Is there any way to get HTML body ( MIME with text/html as content > type ) for exceptions using CDOEX? > > Thanks in advance. > Uday > >