MailMessage.ReplyToList Property
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
The list of the addresses to reply to for the mail message.
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.
Продукт | Версии |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: