Discuss this help topic in SecureBlackbox Forum

TElMailAddressGroup.AddressesCount

TElMailAddressGroup     


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


Total number of addresses in the group.

Declaration

[C#]
    int AddressesCount;

[VB.NET]
    Property AddressesCount As Integer

[Pascal]
    property AddressesCount : Integer;

[C++]
    int32_t get_AddressesCount();

[PHP]
    integer get_AddressesCount()

[Java]
    int getAddressesCount();

Description

    Use this read-only property to get total number of addresses in the group.

Discuss this help topic in SecureBlackbox Forum