Gets or sets the list of addresses of primary recipients of the message.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property To As MailAddressCollection Get Set | 
| C# | 
|---|
| public MailAddressCollection To { get; set; } | 
 
     
     
     
     
    