Discuss this help topic in SecureBlackbox Forum

TElCardDavAddressBookInfo.SupportedAddressData

TElCardDavAddressBookInfo     See also     


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


Represents a CARDDAV:supported-address-data property.

Declaration

[C#]
    TElCardDavSupportedAddressData SupportedAddressData[int Index];

[VB.NET]
    Property SupportedAddressData(ByVal Index As Integer) As TElCardDavSupportedAddressData

[Pascal]
    property SupportedAddressData[Index : integer] : TElCardDavSupportedAddressData;

[C++]
    TElCardDavSupportedAddressData* get_SupportedAddressData(int32_t Index);

[PHP]
    TElCardDavSupportedAddressData get_SupportedAddressData(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list starting from 0.

Description

    Use this property to access the list of media types supported by the address object resources in the address book.

See also:     SupportedAddressDataCount    

Discuss this help topic in SecureBlackbox Forum