AddRecipients

AddRecipients(MailAddressCollection)

添加转发邮件的收件人。

public SmtpForward AddRecipients(MailAddressCollection recipients)

也可以看看


AddRecipients(IEnumerable<string>)

添加转发邮件的收件人。

public SmtpForward AddRecipients(IEnumerable<string> recipients)

也可以看看