EmailMessage.SentRepresenting 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 对象,该对象标识发送消息的人员的姓名和地址。
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
|