Emailer.SendEmail (EmailTemplate, List<ContactInfo>, List<ContactInfo>, Boolean, IDatabase) Method
Public Shared Sub SendEmail( _
ByVal template As EmailTemplate, _
ByVal to As List(Of ContactInfo), _
ByVal cc As List(Of ContactInfo), _
ByVal wait As Boolean, _
ByVal db As IDatabase _
)
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,
IDatabase db
)
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,
IDatabase^ db
)
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
- db
- IDatabase