다음을 통해 공유


EmailMessage.SentRepresenting 속성

정의

메시지를 보내는 사람의 이름과 주소를 식별하는 개체를 가져오거나 설정합니다.

public:
 property EmailRecipient ^ SentRepresenting { EmailRecipient ^ get(); void set(EmailRecipient ^ value); };
EmailRecipient SentRepresenting();

void SentRepresenting(EmailRecipient value);
public EmailRecipient SentRepresenting { get; set; }
var emailRecipient = emailMessage.sentRepresenting;
emailMessage.sentRepresenting = emailRecipient;
Public Property SentRepresenting As EmailRecipient

속성 값

메시지를 보내는 사람의 이름과 주소를 식별하는 개체입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
앱 기능
email emailSystem

적용 대상