EWS managed API - Appointment with Html Body and Outlook 2013

后端 未结 2 982
长情又很酷
长情又很酷 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:18

    The property PR_RTF_COMPRESSED is what you need. It is MAPI property supported as extended property in EWS Managed API and Exchange Web Services .NET

提交回复
热议问题