Discuss this help topic in SecureBlackbox Forum
Specifies the value of the CARDDAV: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 limits the maximum size, in octets, of a resource stored in an address book collection.
Discuss this help topic in SecureBlackbox Forum