Partager via


IUserExtension2Properties.UserEmailAlias Property

 

Gets or sets the user email alias.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string UserEmailAlias { get; set; }
property String^ UserEmailAlias {
    String^ get();
    void set(String^ value);
}
Property UserEmailAlias As String

Property Value

Type: System.String

The user email alias.

See Also

IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top