Discuss this help topic in SecureBlackbox Forum

TElBoxUserEmailAlias Constructor

TElBoxUserEmailAlias     


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


Creates a new instance of TElBoxUserEmailAlias.

Declaration

[C#]
    TElBoxUserEmailAlias(TElBoxUser AOwner);

[VB.NET]
    Sub New(ByVal AOwner As TElBoxUser)

[Pascal]
    constructor Create(AOwner: TElBoxUser);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElBoxUserEmailAlias();
    public TElBoxUserEmailAlias(TElBoxUser AOwner);

Parameters

  • AOwner - user for which the new alias is created.

Description

    Use this method to create a new instance of TElBoxUserEmailAlias.

Discuss this help topic in SecureBlackbox Forum