Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.GetGroup

TElMailAddressList     See also     


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


Returns the group from the address list by its index.

Declaration

[C#]
    TElMailAddressGroup GetGroup(int Index);

[VB.NET]
    Function GetGroup(ByVal Index As Integer) As TElMailAddressGroup

[Pascal]
    function GetGroup(Index: LongInt): TElMailAddressGroup;

[C++]
    TElMailAddressGroupHandle GetGroup(int32_t Index);

[PHP]
    TElMailAddressGroup GetGroup(integer $Index)

[Java]
    TElMailAddressGroup getGroup(int Index);

Parameters

  • Index - index of the group in the address list.

Return value

    Address group from the address list.

Description

    Use this method when you need to get the address group from the address list.

See also:     GetAddress     GetAddressFromAll     GetGroupName    

Discuss this help topic in SecureBlackbox Forum