EmailMessage.ReplyTo 属性

定义

获取配置为接收电子邮件答复的收件人。

public:
 property IVector<EmailRecipient ^> ^ ReplyTo { IVector<EmailRecipient ^> ^ get(); };
IVector<EmailRecipient> ReplyTo();
public IList<EmailRecipient> ReplyTo { get; }
var iVector = emailMessage.replyTo;
Public ReadOnly Property ReplyTo As IList(Of EmailRecipient)

属性值

配置为接收电子邮件答复的收件人。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
email emailSystem

适用于