Send an email to a list of addresses.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
void SendEmail( MailAddress fromAddress, MailAddress[] toAddresses, string subject, string body, bool isBodyHtml ) |
Visual Basic |
---|
Sub SendEmail ( _ fromAddress As MailAddress, _ toAddresses As MailAddress(), _ subject As String, _ body As String, _ isBodyHtml As Boolean _ ) |
Visual C++ |
---|
void SendEmail( MailAddress^ fromAddress, array<MailAddress^>^ toAddresses, String^ subject, String^ body, bool isBodyHtml ) |
Parameters
- fromAddress
- Type: System.Net.Mail..::..MailAddress
Address of the originator
- 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