Discuss this help topic in SecureBlackbox Forum

TElMailAddress Constructor

TElMailAddress     See also     


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


Creates an instance of TElMailAddress class and returns a reference to newly created instance.

Declaration

[C#]
    TElMailAddress();
    TElMailAddress(string AAlias, string AAddress);

[VB.NET]
    Sub New()
    Sub New(ByVal AAlias As String, ByVal AAddress As String)

[Pascal]
    constructor Create;
    constructor Create(const AAlias, AAddress: TString);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElMailAddress(String AAlias, String AAddress);
    public TElMailAddress();

Parameters

  • Alias - display name that indicates the name of the recipient
  • Address - address enclosed in angle brackets
  • AAlias -
  • AAddress -

Description

    Use this method to create a new instance of TElMailAddress class.

See also:     Clone    

Discuss this help topic in SecureBlackbox Forum