다음을 통해 공유


ContactEmail.Address 속성

정의

연락처의 전자 메일 주소를 가져오거나 설정합니다. 설명의 최대 문자열 길이는 321자입니다.

public:
 property Platform::String ^ Address { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Address();

void Address(winrt::hstring value);
public string Address { get; set; }
var string = contactEmail.address;
contactEmail.address = string;
Public Property Address As String

속성 값

String

Platform::String

winrt::hstring

연락처의 전자 메일 주소입니다. 설명의 최대 문자열 길이는 321자입니다.

Windows 요구 사항

앱 기능
contactsSystem

적용 대상