MailMessage.ReplyToList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of addresses to reply to for the mail message.
public:
property System::Net::Mail::MailAddressCollection ^ ReplyToList { System::Net::Mail::MailAddressCollection ^ get(); };
public System.Net.Mail.MailAddressCollection ReplyToList { get; }
member this.ReplyToList : System.Net.Mail.MailAddressCollection
Public ReadOnly Property ReplyToList As MailAddressCollection
Property Value
The list of the addresses to reply to for the mail message.
Remarks
Use the ReplyToList property to indicate the list of addresses other than the From address to use to reply to this message.
The ReplyToList property replaces the ReplyTo property that only allows a single address to reply to.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.