IEWSClient.MoveConversationItems
MoveConversationItems(string, string)
Moves the conversation items into the specified target folder
public void MoveConversationItems(string conversationId, string destinationFolderId)
Parameter | Type | Description |
---|
conversationId | String | Id of conversation to delete |
destinationFolderId | String | Id of folder into which move items |
Exceptions
See Also
MoveConversationItems(string, string, string)
Moves the conversation items, which are located in the specified folder, into the specified target folder
public void MoveConversationItems(string conversationId, string contextFolderId,
string destinationFolderId)
Parameter | Type | Description |
---|
conversationId | String | Id of conversation to move |
contextFolderId | String | Id of folder from which move conversation items. Note: If it’s set to null(or empty), all conversation items will be moved |
destinationFolderId | String | Id of folder into which move items |
Exceptions
See Also