Click or drag to resize

emailPluginaceOperation_runLogin Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.plugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
[DisplayAttribute(GroupName = "run", Name = "Login", ShortName = "", 
	Description = "Sets the server credentials and tests the connection")]
[aceMenuItemAttribute(aceMenuItemAttributeRole.ExpandedHelp, "It will connect to the email server")]
public void aceOperation_runLogin(
	string username = "",
	string password = "",
	string smtpHostUrl = "smtp.gmail.com",
	int smtpPort = 587,
	bool useSSL = true
)
Request Example View Source

Parameters

username (Optional)
Type: SystemString
password (Optional)
Type: SystemString
smtpHostUrl (Optional)
Type: SystemString
smtpPort (Optional)
Type: SystemInt32
useSSL (Optional)
Type: SystemBoolean
See Also