IMailbox.EmailAlias Property
Gets or sets the email alias of the mailbox.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string EmailAlias { get; set; }
property String^ EmailAlias {
String^ get();
void set(String^ value);
}
Property EmailAlias As String
Property Value
Type: System.String
A String.
See Also
IMailbox Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top