다음을 통해 공유


EmailNotificationTriggerDetails.SenderAddress 속성

정의

전자 메일 메시지 보낸 사람의 이메일 주소입니다.

public:
 property Platform::String ^ SenderAddress { Platform::String ^ get(); };
winrt::hstring SenderAddress();
public string SenderAddress { get; }
var string = emailNotificationTriggerDetails.senderAddress;
Public ReadOnly Property SenderAddress As String

속성 값

String

Platform::String

winrt::hstring

전자 메일 메시지 보낸 사람의 이메일 주소를 나타내는 문자열입니다.

Windows 요구 사항

앱 기능
accessoryManager

설명

이 API를 호출하려면 애플리케이션 매니페스트에 ID_CAP_SMSID_CAP_SMS_COMPANION 기능을 지정해야 합니다.

적용 대상