EWS:无法更新项目正文,因为它包含控制字符(ASCII 29,30)

时间:2016-01-17 18:52:09

标签: c# powershell exchange-server exchangewebservices

我尝试使用EWS更新项目的正文,但是,我收到以下错误:

Exception calling "Update" with "1" argument(s): "The invalid value '' was specified for the 'Body' element."
FullyQualifiedErrorId : ServiceXmlSerializationException

重现问题的步骤:

$item.Body.Text = 30 -as [char]
$item.Update("AlwaysOverwrite")

错误原因是控制字符的使用(文件,组,记录和单位:FS,GS,RS和US)。

0 个答案:

没有答案