UserPrincipal.EmailAddress Property

Definition

Gets or sets the email address for this account.

public:
 property System::String ^ EmailAddress { System::String ^ get(); void set(System::String ^ value); };
public string EmailAddress { get; set; }
member this.EmailAddress : string with get, set
Public Property EmailAddress As String

Property Value

The email address of the user principal.

Exceptions

The underlying store does not support this property.

Applies to