Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.GroupsCount

TElMailAddressList     See also     


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


This read-only property returns the number of address groups.

Declaration

[C#]
    int GroupsCount;

[VB.NET]
    Property GroupsCount As Integer

[Pascal]
    property GroupsCount : LongInt;

[C++]
    int32_t get_GroupsCount();

[PHP]
    integer get_GroupsCount()

[Java]
    int getGroupsCount();

Description

    Use this property to get the number of address groups in the address list.

See also:     Count     TotalCount    

Discuss this help topic in SecureBlackbox Forum