Freigeben über


EmailMessage.ReplyTo Eigenschaft

Definition

Ruft die Empfänger ab, die für den Empfang einer Antwort auf die E-Mail-Nachricht konfiguriert sind.

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)

Eigenschaftswert

Die Empfänger, die für den Empfang einer Antwort auf die E-Mail-Nachricht konfiguriert sind.

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
email emailSystem

Gilt für: