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