deEmailTrigger..::..createEmailTrigger Method
Creates the email trigger.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createEmailTrigger( ref string sEmailAcctID, string sSMTPServerName, int iSMTPPort, string sUserName, string sPassword, bool bSSLEnabled, int iWaitTime, string sWaitType, string sDefinitionID, string sVariableName, string sGlobalName, bool bEnabled, string folderPath )
Public Function createEmailTrigger ( _ ByRef sEmailAcctID As String, _ sSMTPServerName As String, _ iSMTPPort As Integer, _ sUserName As String, _ sPassword As String, _ bSSLEnabled As Boolean, _ iWaitTime As Integer, _ sWaitType As String, _ sDefinitionID As String, _ sVariableName As String, _ sGlobalName As String, _ bEnabled As Boolean, _ folderPath As String _ ) As Boolean
Parameters
- sEmailAcctID
- Type: String%
The s email acct identifier.
- sSMTPServerName
- Type: String
Name of the s SMTP server.
- iSMTPPort
- Type: Int32
The i SMTP port.
- sUserName
- Type: String
Name of the s user.
- sPassword
- Type: String
The s password.
- bSSLEnabled
- Type: Boolean
if set to true [b SSL enabled].
- iWaitTime
- Type: Int32
The i wait time.
- sWaitType
- Type: String
Type of the s wait.
- sDefinitionID
- Type: String
The s definition identifier.
- sVariableName
- Type: String
Name of the s variable.
- sGlobalName
- Type: String
Name of the s global.
- bEnabled
- Type: Boolean
if set to true [b enabled].
- folderPath
- Type: String
The folder path.