ItemOperationsResponse
ItemOperationsResponse class
Contains ItemOperations response.
public class ItemOperationsResponse
Constructors
Properties
| Name |
Description |
| EmptyFolderContents { get; } |
Identifies the body of the response as containing the operation that deletes the contents of a folder. |
| Fetch { get; } |
Contains responce about retrieving an items from the server. |
| Move { get; } |
Identifies the body of the response as containing the operation that moves a given conversation. The Move element is not supported when the protocol version is 12.1. |
See Also