AddRangeWithSmtpAddresses method
Implementation
void AddRangeWithSmtpAddresses(Iterable<String> smtpAddresses) {
for (String smtpAddress in smtpAddresses) {
this.AddWithSmptpAddress(smtpAddress);
}
}
void AddRangeWithSmtpAddresses(Iterable<String> smtpAddresses) {
for (String smtpAddress in smtpAddresses) {
this.AddWithSmptpAddress(smtpAddress);
}
}