FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEmailTrigger..::..connect Method

Connects the specified s host name.

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

Syntax


public bool connect(
	string sHostName,
	string sUserName,
	string sPassword,
	int iPort,
	bool bSSLEnabled,
	string folderPath
)
Public Function connect ( _
	sHostName As String, _
	sUserName As String, _
	sPassword As String, _
	iPort As Integer, _
	bSSLEnabled As Boolean, _
	folderPath As String _
) As Boolean
public:
bool^ connect(
	String^ sHostName, 
	String^ sUserName, 
	String^ sPassword, 
	int^ iPort, 
	bool^ bSSLEnabled, 
	String^ folderPath
)

Parameters

sHostName
Type: String
Name of the s host.
sUserName
Type: String
Name of the s user.
sPassword
Type: String
The s password.
iPort
Type: Int32
The i port.
bSSLEnabled
Type: Boolean
if set to true [b SSL enabled].
folderPath
Type: String
The folder path.

Return Value

true if XXXX, false otherwise.