ICalendarFolderMaxResourceSize Property
IT Hit WebDAV Classes Reference
Gets a numeric value indicating the maximum size of a
resource in bytes that the server is willing to accept when a
calendar object resource is stored in a calendar collection.
Namespace:
ITHit.WebDAV.Server.CalDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax ulong MaxResourceSize { get; }
ReadOnly Property MaxResourceSize As ULong
Get
property unsigned long long MaxResourceSize {
unsigned long long get ();
}
abstract MaxResourceSize : uint64 with get
Property Value
Type:
UInt64Remarks
More details at http://tools.ietf.org/html/rfc4791#section-5.2.5
See Also