Discuss this help topic in SecureBlackbox Forum

TElCardDavAddressBookInfo.MaxResourceSize

TElCardDavAddressBookInfo     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns 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();

[PHP]
    integer get_MaxResourceSize()

[Java]
    not available

Description

    Use this property to get the maximum size, in octets, of an item in the address book collection.

Discuss this help topic in SecureBlackbox Forum