MoveMessage

MoveMessage(ExchangeMessageInfo, string)

移动消息。

public void MoveMessage(ExchangeMessageInfo msgInfo, string destinationFolderUri)
范围类型描述
msgInfoExchangeMessageInfo表示从 Exchange 存储中获取的电子邮件信息。
destinationFolderUriString目标文件夹的 URI。

也可以看看


MoveMessage(ExchangeMessageInfo, string, bool)

移动消息。

public void MoveMessage(ExchangeMessageInfo msgInfo, string destinationFolderUri, bool overwrite)
范围类型描述
msgInfoExchangeMessageInfo表示从 Exchange 存储中获取的电子邮件信息。
destinationFolderUriString目标文件夹的 URI。
overwriteBoolean指定服务器在处理 MOVE 操作时是否应覆盖现有消息。

也可以看看


MoveMessage(string, string)

移动消息。

public void MoveMessage(string destinationFolderUri, string messageUri)
范围类型描述
destinationFolderUriString目标文件夹的 URI。
messageUriString表示 E-Mail 消息的 uri。

也可以看看


MoveMessage(string, bool, string)

移动消息。

public void MoveMessage(string destinationFolderUri, bool overwrite, string messageUri)
范围类型描述
destinationFolderUriString目标文件夹的 URI。
overwriteBoolean指定服务器在处理 MOVE 操作时是否应覆盖现有消息。
messageUriString表示 E-Mail 消息的 uri。

也可以看看