ItemOperationsMoveResponce

ItemOperationsMoveResponce class

Identifies the body of the response as containing the operation that moves a given conversation.

public class ItemOperationsMoveResponce

Constructors

Name Description
ItemOperationsMoveResponce() The default constructor.

Properties

Name Description
ConversationId { get; set; } Specifies the conversation that has to be moved.
Status { get; set; } Contains a code and description that indicates the success or failure of the ItemOperations operation

See Also