Gets or sets the list of addresses that should receive replies
            to this message.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property ReplyTo As MailAddressCollection Get Set | 
| C# | 
|---|
| public MailAddressCollection ReplyTo { get; set; } | 
 
     
     
     
     
    