Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The email address of the account.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public string EmailAddress { get; private set; }
public:
property String^ EmailAddress {
String^ get();
private: void set(String^ value);
}
Public Property EmailAddress As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
EmailAccount Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top