Click or drag to resize

emailServerconnectSmtp Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Uspostavlja vezu za Smtp serverom

Namespace:  imbACE.Network.email
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public bool connectSmtp(
	string username,
	string password,
	string __smtpHostUrl = "",
	bool __useSSL = true,
	int __smtpServerPort = -1
)
Request Example View Source

Parameters

username
Type: SystemString
password
Type: SystemString
__smtpHostUrl (Optional)
Type: SystemString
__useSSL (Optional)
Type: SystemBoolean
__smtpServerPort (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also