Click or drag to resize

SmtpConnectionStringLoad Method

Load the connection string.

Namespace:  AskiaPortalCmn.Common
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public IReturnValue Load(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string to load.

Return Value

Type: IReturnValue
Returns success result when the connection string is parse-able.
See Also