ExchangeClient.MoveMessage

MoveMessage(ExchangeMessageInfo, string)

Moves the message.

public void MoveMessage(ExchangeMessageInfo msgInfo, string destinationFolderUri)
ParameterTypeDescription
msgInfoExchangeMessageInfoRepresents the E-Mail message info fetched from the Exchange Store.
destinationFolderUriStringAn URI of a destination folder.

See Also


MoveMessage(ExchangeMessageInfo, string, bool)

Moves the message.

public void MoveMessage(ExchangeMessageInfo msgInfo, string destinationFolderUri, bool overwrite)
ParameterTypeDescription
msgInfoExchangeMessageInfoRepresents the E-Mail message info fetched from the Exchange Store.
destinationFolderUriStringAn URI of a destination folder.
overwriteBooleanSpecifies whether the server should overwrite a existing message while processing a MOVE operation.

See Also


MoveMessage(string, string)

Moves the message.

public void MoveMessage(string destinationFolderUri, string messageUri)
ParameterTypeDescription
destinationFolderUriStringAn URI of a destination folder.
messageUriStringRepresents the uri of E-Mail message.

See Also


MoveMessage(string, bool, string)

Moves the message.

public void MoveMessage(string destinationFolderUri, bool overwrite, string messageUri)
ParameterTypeDescription
destinationFolderUriStringAn URI of a destination folder.
overwriteBooleanSpecifies whether the server should overwrite a existing message while processing a MOVE operation.
messageUriStringRepresents the uri of E-Mail message.

See Also