Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.GetGroupName

TElMailAddressList     See also     


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


Returns group name by group index in the address list.

Declaration

[C#]
    string GetGroupName(int Index);

[VB.NET]
    Function GetGroupName(ByVal Index As Integer) As String

[Pascal]
    function GetGroupName(Index: LongInt): TString;

[C++]
    void GetGroupName(int32_t Index, sb_u16string &OutResult);
    void GetGroupName(int32_t Index, std::wstring &OutResult);

[PHP]
    string GetGroupName(integer $Index)

[Java]
    String getGroupName(int Index);

Parameters

  • Index - index of the group which name you want to get.

Return value

    Name of the address group from the address list.

Description

    Use this method to get the name of the address group in the address list. This is the name given to the group in a call to AddGroup method

See also:     AddGroup     GetGroup    

Discuss this help topic in SecureBlackbox Forum