Discuss this help topic in SecureBlackbox Forum

TElMailAddressList Constructor

TElMailAddressList     See also     


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


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

Declaration

[C#]
    TElMailAddressList();
    TElMailAddressList(string Source);

[VB.NET]
    Sub New()
    Sub New(ByVal Source As String)

[Pascal]
    constructor Create;
    constructor Create(Source: TString);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElMailAddressList(String Source);
    public TElMailAddressList();

Parameters

  • Source - string that must be parsed.

Description

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

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum