ItemOperationsRequest

ItemOperationsRequest class

Contains ItemOperations request.

public class ItemOperationsRequest

Constructors

Name Description
ItemOperationsRequest() The default constructor.

Properties

Name Description
EmptyFolderContents { get; } Contains requests about deleting the contents of a folder. EmptyFolderContents supports a single child element of the Options element, the DeleteSubFolders, which determines whether subfolders contained in the folder are deleted. If the DeleteSubFolders option is not included in the request, the subfolders of the specified CollectionId are not deleted.
Fetch { get; } Contains requests about retrieving an items from the server.
Move { get; } Contains requests about moving a conversations to specific folders.

See Also