Discuss this help topic in SecureBlackbox Forum

TElBoxUserEmailAlias.Owner

TElBoxUserEmailAlias     See also     


Filter: C#  VB.NET  Pascal  C++  


The user who owns this alias.

Declaration

[C#]
    TElBoxUser Owner;

[VB.NET]
    Property Owner As TElBoxUser

[Pascal]
    property Owner: TElBoxUser;

[C++]
    virtual TElBoxUser * get_Owner();

Description

    Use this property to get a reference to the object representing the user who owns this alias.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum