Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.Count

TElMailAddressList     See also     


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


This read-only property returns the number of addresses which are not included in any group.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count: LongInt;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this property to get the number of addresses which are not included in any group.

See also:     GroupsCount     TotalCount    

Discuss this help topic in SecureBlackbox Forum