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

适用于