MailMessage.ReplyToList Property
Gets or sets the list of addresses to reply to for the mail message.
Assembly: System (in System.dll)
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Not able to set this property
It is not clear to me how a 'read-only' property can "set" or "get" a recipient.
Answer: This read-only property is a collection. You add addresses to the collection by calling its Add() method. See the MailAddressCollection class' description at http://msdn.microsoft.com/en-us/library/system.net.mail.mailaddresscollection.aspx.
Answer: This read-only property is a collection. You add addresses to the collection by calling its Add() method. See the MailAddressCollection class' description at http://msdn.microsoft.com/en-us/library/system.net.mail.mailaddresscollection.aspx.
- 1/7/2011
- Steve Frase
- 1/14/2011
- Jared Reynolds