Discuss this help topic in SecureBlackbox Forum

TElBoxUserEmailAliases.Count

TElBoxUserEmailAliases     See also     


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


The umber of items in the list.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count: integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Returns the number of email aliases in the list.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum