Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/262.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 从Exchange Server 2007读取/写入约会RTF_C#_Rtf_Exchangewebservices_Exchange Server 2007 - Fatal编程技术网

C# 从Exchange Server 2007读取/写入约会RTF

C# 从Exchange Server 2007读取/写入约会RTF,c#,rtf,exchangewebservices,exchange-server-2007,C#,Rtf,Exchangewebservices,Exchange Server 2007,我想做的是 预约 从外部修改它 向exchange写入更新 当我使用Microsoft.Exchange.WebServices.Data.ExchangeService做这件事时,我一开始就很糟糕,因为我得到的是一些奇怪的呈现html,没有实际的布局数据 所以我唯一的想法就是通过RTF来实现。但是ExchangeService只支持文本和html 是否可以以任何其他方式从exchange server读取/写入约会RTF?使用“exchange Web Services.NET”(独立软件

我想做的是

  • 预约
  • 从外部修改它
  • 向exchange写入更新
当我使用Microsoft.Exchange.WebServices.Data.ExchangeService做这件事时,我一开始就很糟糕,因为我得到的是一些奇怪的呈现html,没有实际的布局数据

所以我唯一的想法就是通过RTF来实现。但是ExchangeService只支持文本和html

是否可以以任何其他方式从exchange server读取/写入约会RTF?

使用“exchange Web Services.NET”(独立软件)可以使用MapProperty.PR\u RTF\u压缩字段读取/写入RTF正文。Microsoft API也应该可以这样做