MailMessage.ReplyTo Propriedade

Definição

Cuidado

ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. https://go.microsoft.com/fwlink/?linkid=14202

Cuidado

ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.

Cuidado

ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202

Cuidado

Use ReplyToList instead

Obtém ou define o endereço ReplyTo da mensagem de email.

public:
 property System::Net::Mail::MailAddress ^ ReplyTo { System::Net::Mail::MailAddress ^ get(); void set(System::Net::Mail::MailAddress ^ value); };
[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; }
[System.Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")]
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; }
public System.Net.Mail.MailAddress ReplyTo { get; set; }
[System.Obsolete("Use ReplyToList instead")]
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")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("ReplyTo has been deprecated. Use ReplyToList instead, which can accept multiple addresses.")>]
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
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
[<System.Obsolete("Use ReplyToList instead")>]
member this.ReplyTo : System.Net.Mail.MailAddress with get, set
Public Property ReplyTo As MailAddress

Valor da propriedade

MailAddress

Um MailAddress que indica o valor do campo ReplyTo.

Atributos

Comentários

Use a ReplyTo propriedade para indicar um endereço diferente do From endereço a ser usado para responder a essa mensagem.

Aplica-se a