clsModGlobal..::..sendEmailBackground Method
Sends the email background.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool sendEmailBackground( string connectionString, List<string> oToEmailList, string oFromEmail, string oSubject, string oBody, bool oIsHTML, List<string> replyToList, List<string> ccEmailList, List<string> bccEmailList, List<Attachment> oAttachments, MailPriority priority, IErrorProvider oErrorProvider )
Public Shared Function sendEmailBackground ( _ connectionString As String, _ oToEmailList As List(Of String), _ oFromEmail As String, _ oSubject As String, _ oBody As String, _ oIsHTML As Boolean, _ replyToList 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^ sendEmailBackground( String^ connectionString, List<String^>^ oToEmailList, String^ oFromEmail, String^ oSubject, String^ oBody, bool^ oIsHTML, List<String^>^ replyToList, 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 o to email.
- oFromEmail
- Type: String
The o from email.
- oSubject
- Type: String
The o subject.
- oBody
- Type: String
The o body.
- oIsHTML
- Type: Boolean
if set to true [o is HTML].
- replyToList
- 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.