Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.TotalCount

TElMailAddressList     See also     


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


This read-only property returns total number of addresses with are included into groups.

Declaration

[C#]
    int TotalCount;

[VB.NET]
    Property TotalCount As Integer

[Pascal]
    property TotalCount : Integer;

[C++]
    int32_t get_TotalCount();

[PHP]
    integer get_TotalCount()

[Java]
    int getTotalCount();

Description

    Address list contains individual addresses and address groups. Use this property to get total number of addresses included into groups. Use Count property to get number of individual addresses.

See also:     Count     GroupsCount    

Discuss this help topic in SecureBlackbox Forum