Emailer.SendEmail (EmailTemplate, List<ContactInfo>, List<ContactInfo>, Boolean) Method

Send some email to a list of contacts
Public Shared Sub SendEmail( _ 
ByVal template As EmailTemplate, _ 
ByVal to As List(Of ContactInfo), _ 
ByVal cc As List(Of ContactInfo), _ 
ByVal wait As Boolean
)
This language is not supported or no code example is available.
public static void SendEmail( 
EmailTemplate template
List<ContactInfo> to
List<ContactInfo> cc
bool wait 
)
This language is not supported or no code example is available.
public:  
static void SendEmail( 
EmailTemplate^ template
List<ContactInfo^>^ to
List<ContactInfo^>^ cc
bool wait 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

template
EmailTemplate

the email template to use

to
List<ContactInfo>

who to send to

cc
List<ContactInfo>

any ccs to send to

wait
bool

whether or not to wait

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition