Shunde.NET Framework Class Library

Email.BulkSend Method 

Sends this email to bulk recipients

public void BulkSend(
   String smtpServer,
   Int32 port,
   List<T> recipients
);

Parameters

String
Int32
List<T>

Remarks

Places the email addresses in the BCC fields, breaking it up into multiple sends if necessary

See Also

Email Class | Shunde.Common Namespace