SmtpForward.AddRecipients

AddRecipients(MailAddressCollection)

Add recipients of the forwarded message.

public SmtpForward AddRecipients(MailAddressCollection recipients)

See Also


AddRecipients(IEnumerable<string>)

Add recipients of the forwarded message.

public SmtpForward AddRecipients(IEnumerable<string> recipients)

See Also