emailPluginaceOperation_runLogin Method |
Namespace: imbACE.Services.plugins
[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 )