Discuss this help topic in SecureBlackbox Forum

TElBoxUserEmailAliases.Items

TElBoxUserEmailAliases     See also     


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


Returns the desired item from the list.

Declaration

[C#]
    TElBoxUserEmailAlias Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElBoxUserEmailAlias

[Pascal]
    property Items[Index: integer]: TElBoxUserEmailAlias;

[C++]
    TElBoxUserEmailAlias* get_Items(int32_t Index);

[PHP]
    TElBoxUserEmailAlias get_Items(integer $Index)

[Java]
    TElBoxUserEmailAlias getItems(int Index);

Parameters

  • Index - the index of the desired item in the list. The indexing starts from 0.

Description

    Use this property to access the email aliases from the list.

See also:     Count     IndexOf    

Discuss this help topic in SecureBlackbox Forum