ItemOperationsFetchPropertiesRange Property |
Specifies the range of bytes that the client can receive in response to the Fetch operation for a document library item.
The Range element contains a string value in the format m-n, where m less than n, and m is the minimum value and n is the maximum value.
The byte range is zero-indexed; the first byte is indicated by a 0 (zero).
If the Range element is omitted in the Fetch request, the whole item is fetched.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string Range { get; set; }
Public Property Range As String
Get
Set
public:
property String^ Range {
String^ get ();
void set (String^ value);
}
member Range : string with get, set
Property Value
Type:
String
See Also