ChatHelperIsSupportMailEnabledAndValid Property |
Gets true if sending support requests to mail is enabled and addresses (from and to) are valid emails.
Only lenght of those addresses are checked because validity is handled by Settings validation regex in Site manager.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax public static bool IsSupportMailEnabledAndValid { get; }
Property Value
Type:
BooleanSee Also