SmtpClientRecipients Property Ipswitch.Messaging.Framework
Gets or sets a collection of Recipients for the message being sent to the SMTP server. This will override the value of the To/CC/Bcc properties of the Email object being sent.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public ICollection<EmailAddress> Recipients { get; set; }

Property Value

Type: ICollectionEmailAddress
See Also

Reference