ChangeMessages

ChangeMessages(IEnumerable<string>, MapiPropertyCollection)

更改文件夹中的消息。

public void ChangeMessages(IEnumerable<string> entryIdCollection, 
    MapiPropertyCollection updatedProperties)
范围类型描述
entryIdCollectionIEnumerable`1条目标识符集合。
updatedPropertiesMapiPropertyCollection更新的属性。

例外

例外(健康)状况
NotImplementedException未实现 ANSI 文件版本编辑。
InvalidOperationExceptionPST 为只读。 或 entryId 不正确。
ArgumentNullExceptionentryIdCollection;入口id集合不能为空 or updatedProperties;属性集合不能为空

也可以看看


ChangeMessages(MapiPropertyCollection)

更改文件夹中的所有邮件。

public void ChangeMessages(MapiPropertyCollection updatedProperties)
范围类型描述
updatedPropertiesMapiPropertyCollection更新的属性。

例外

例外(健康)状况
NotImplementedException未实现 ANSI 文件版本编辑。
InvalidOperationExceptionPST 为只读。 或 entryId 不正确。
ArgumentNullExceptionentryIdCollection;入口id集合不能为空 or updatedProperties;属性集合不能为空

也可以看看