FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..updateEmailTrigger Method

Updates the email trigger.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateEmailTrigger(
	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 updateEmailTrigger ( _
	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
public:
bool^ updateEmailTrigger(
	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
)

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.

Return Value

true if XXXX, false otherwise.