deDesign..::..addMessageToEmailQueue Method
Adds the message to email queue.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool addMessageToEmailQueue( string to, string subject, string body, string cc, string bcc, string attachments, string replyTo, string fromEmail, bool isHTML, string msgID, string instanceID, string stepID, MailPriority priority )
Public Function addMessageToEmailQueue ( _ to As String, _ subject As String, _ body As String, _ cc As String, _ bcc As String, _ attachments As String, _ replyTo As String, _ fromEmail As String, _ isHTML As Boolean, _ msgID As String, _ instanceID As String, _ stepID As String, _ priority As MailPriority _ ) As Boolean
Parameters
- to
- Type: String
To.
- subject
- Type: String
The subject.
- body
- Type: String
The body.
- cc
- Type: String
The cc.
- bcc
- Type: String
The BCC.
- attachments
- Type: String
The attachments.
- replyTo
- Type: String
The reply to.
- fromEmail
- Type: String
From email.
- isHTML
- Type: Boolean
if set to true [is HTML].
- msgID
- Type: String
The MSG identifier.
- instanceID
- Type: String
The instance identifier.
- stepID
- Type: String
The step identifier.
- priority
- Type: MailPriority
Emial priority