SyncCommandsRequestAdd Property |
Contains the list of add operations.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic List<SyncAddServerOperation> Add { get; }
Public ReadOnly Property Add As List(Of SyncAddServerOperation)
Get
public:
property List<SyncAddServerOperation^>^ Add {
List<SyncAddServerOperation^>^ get ();
}
member Add : List<SyncAddServerOperation> with get
Property Value
Type:
ListSyncAddServerOperation
See Also