FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..hasEmailConfigExists Method

Determines whether [has SMTP server name] [the specified s SMTP server name].

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

Syntax


public bool hasEmailConfigExists(
	string sSMTPServerName,
	string sUserName,
	string folderPath,
	string sEmailAcctID
)
Public Function hasEmailConfigExists ( _
	sSMTPServerName As String, _
	sUserName As String, _
	folderPath As String, _
	sEmailAcctID As String _
) As Boolean
public:
bool^ hasEmailConfigExists(
	String^ sSMTPServerName, 
	String^ sUserName, 
	String^ folderPath, 
	String^ sEmailAcctID
)

Parameters

sSMTPServerName
Type: String
Name of the s SMTP server.
sUserName
Type: String
Name of the s user.
folderPath
Type: String
The folder path.
sEmailAcctID
Type: String
The s email acct identifier.

Return Value

true if [has SMTP server name] [the specified s SMTP server name]; otherwise, false.