Send an email to a list of addresses, using the default sender as the fromAddress.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
void SendEmail( MailAddress[] toAddresses, string subject, string body, bool isBodyHtml ) |
Visual Basic |
---|
Sub SendEmail ( _ toAddresses As MailAddress(), _ subject As String, _ body As String, _ isBodyHtml As Boolean _ ) |
Visual C++ |
---|
void SendEmail( array<MailAddress^>^ toAddresses, String^ subject, String^ body, bool isBodyHtml ) |
Parameters
- toAddresses
- Type: array<System.Net.Mail..::..MailAddress>[]()[][]
Array of destination addresses
- subject
- Type: System..::..String
Subject line for the email
- body
- Type: System..::..String
Body of the email
- isBodyHtml
- Type: System..::..Boolean
True to indicate the message is in HTML