MailMessage.ReplyTo Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Let op
ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202
Let op
ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202
Hiermee haalt u het Antwoordto-adres voor het e-mailbericht op of stelt u dit in.
public:
property System::Net::Mail::MailAddress ^ ReplyTo { System::Net::Mail::MailAddress ^ get(); void set(System::Net::Mail::MailAddress ^ value); };
public System.Net.Mail.MailAddress ReplyTo { get; set; }
[System.Obsolete("ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202")]
public System.Net.Mail.MailAddress ReplyTo { get; set; }
[System.Obsolete("ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202")]
public System.Net.Mail.MailAddress ReplyTo { get; set; }
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
Public Property ReplyTo As MailAddress
Waarde van eigenschap
Een MailAddress dat de waarde van het ReplyTo veld aangeeft.
- Kenmerken
Opmerkingen
Gebruik de ReplyTo eigenschap om een ander adres aan te geven dan het From adres dat moet worden gebruikt om dit bericht te beantwoorden.