ItemOperationsResponseMove Property |
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.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic List<ItemOperationsMoveResponce> Move { get; }
Public ReadOnly Property Move As List(Of ItemOperationsMoveResponce)
Get
public:
property List<ItemOperationsMoveResponce^>^ Move {
List<ItemOperationsMoveResponce^>^ get ();
}
member Move : List<ItemOperationsMoveResponce> with get
Property Value
Type:
ListItemOperationsMoveResponce
See Also