clsModGlobal..::..sendEmail Method
Sends the email.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool sendEmail( string connectionString, List<string> oToEmailList, string sFromEmail, string sSubject, string sBody, bool bIsHTML, ref string sError, List<string> oReplyToList, List<string> ccEmailList, List<string> bccEmailList, List<Attachment> oAttachments, MailPriority priority, IErrorProvider oErrorProvider )
Public Shared Function sendEmail ( _ connectionString As String, _ oToEmailList As List(Of String), _ sFromEmail As String, _ sSubject As String, _ sBody As String, _ bIsHTML As Boolean, _ ByRef sError As String, _ oReplyToList As List(Of String), _ ccEmailList As List(Of String), _ bccEmailList As List(Of String), _ oAttachments As List(Of Attachment), _ priority As MailPriority, _ oErrorProvider As IErrorProvider _ ) As Boolean
public: static bool^ sendEmail( String^ connectionString, List<String^>^ oToEmailList, String^ sFromEmail, String^ sSubject, String^ sBody, bool^ bIsHTML, String^% sError, List<String^>^ oReplyToList, List<String^>^ ccEmailList, List<String^>^ bccEmailList, List<Attachment^>^ oAttachments, MailPriority^ priority, IErrorProvider^ oErrorProvider )
Parameters
- connectionString
- Type: String
connection string to get mail configuration information
- oToEmailList
- Type: List<(Of <(<'String>)>)>
The s to email.
- sFromEmail
- Type: String
The s from email.
- sSubject
- Type: String
The s subject.
- sBody
- Type: String
The s body.
- bIsHTML
- Type: Boolean
if set to true [b is HTML].
- sError
- Type: String%
Error message
- oReplyToList
- Type: List<(Of <(<'String>)>)>
The reply to list.
- ccEmailList
- Type: List<(Of <(<'String>)>)>
The cc email list.
- bccEmailList
- Type: List<(Of <(<'String>)>)>
The BCC email list.
- oAttachments
- Type: List<(Of <(<'Attachment>)>)>
The o attachments.
- priority
- Type: MailPriority
- oErrorProvider
- Type: IErrorProvider
The o error provider.