共用方式為


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

適用於