UserPrincipal.EmailAddress 속성

정의

이 계정의 이메일 주소를 가져오거나 설정합니다.

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

속성 값

String

사용자 계정의 이메일 주소입니다.

예외

기본 저장소가 이 속성을 지원하지 않는 경우

적용 대상