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
)
Public Shared Function IsValidMailConfig (
appCxt As IAppContext,
<OutAttribute> ByRef configMOP As String
) As Boolean
Parameters
- appCxt
- Type: NetQuarryIAppContext
The current application context object. - configMOP
- Type: SystemString
Set the MOP for the email settings configuration page.
Return Value
Type:
BooleanTrue if the current configuration (either the service configuration or the user preference configuration) is valid
See Also