ItemOperationsFetchRequestOptions Property |
Contains the options for the ItemOperations.Fetch operation.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic ItOpFetchOptions Options { get; set; }
Public Property Options As ItOpFetchOptions
Get
Set
public:
property ItOpFetchOptions^ Options {
ItOpFetchOptions^ get ();
void set (ItOpFetchOptions^ value);
}
member Options : ItOpFetchOptions with get, set
Property Value
Type:
ItOpFetchOptions
See Also