Discuss this help topic in SecureBlackbox Forum
Returns the value of the CALDAV:max-resource-size property.
Declaration
[C#]
int MaxResourceSize;
[VB.NET]
Property MaxResourceSize As Integer
[Pascal]
property MaxResourceSize : integer;
[C++]
int32_t get_MaxResourceSize();
void set_MaxResourceSize(int32_t Value);
[PHP]
integer get_MaxResourceSize()
void set_MaxResourceSize(integer $Value)
[Java]
int getMaxResourceSize();
void setMaxResourceSize(int Value);
Description
This property specifies the maximum size, in octets, of any calendar object resource stored by the server.
Discuss this help topic in SecureBlackbox Forum