Click or drag to resize

MailServiceIsValidMailConfig Method

Returns true if the email configuration is correct for the current user

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsValidMailConfig(
	IAppContext appCxt,
	out string configMOP
)

Parameters

appCxt
Type: NetQuarryIAppContext
The current application context object.
configMOP
Type: SystemString
Set the MOP for the email settings configuration page.

Return Value

Type: Boolean
True if the current configuration (either the service configuration or the user preference configuration) is valid
See Also