Discuss this help topic in SecureBlackbox Forum

TElBoxUserEmailAlias.IsPrimary

TElBoxUserEmailAlias     See also     


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


Specifies whether this alias is the primary one.

Declaration

[C#]
    bool IsPrimary;

[VB.NET]
    Property IsPrimary As Boolean

[Pascal]
    property IsPrimary: Boolean;

[C++]
    bool IsPrimary;

[Java]
    boolean getOwner();

Description

    Use this property to check whether this alias is the primary one.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum