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: 8.2.23
Syntaxpublic static bool IsSupportMailEnabledAndValid { get; }
Property Value
Type:
Boolean
See Also