EWS managed API - Appointment with Html Body and Outlook 2013

后端 未结 2 957
长情又很酷
长情又很酷 2021-01-27 04:05

I\'m trying to create an Appointment with an Html Body containing a Hyperlink, like it is shown in this Example:

ewsAppointment = new EwsData.Appointment(service         


        
2条回答
  •  故里飘歌
    2021-01-27 04:14

    The MS-OXCAL (section 2.2.1.38) standard document seems to suggest that appointments need to be specified in Rich Text Format. You might want to try writing the body in that, perhaps using a library like .NET RTF Writer.

    I think the reason you're getting a weird change is because something in the chain is converting your HTML to RTF. This question has a lot more detail.

提交回复
热议问题