Click or drag to resize

emailgetEmailServerSettings Method

Returns a dataset of the Email server Settings to use for the webservice Values come from the ACCONFIGFILE: "SMTPServer","SMTPUsername","SMTPPassword"

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getEmailServerSettings", Description = "Returns a dataset of the Email server Settings to use for the webservice")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet getEmailServerSettings()

Return Value

Type: DataSet
See Also