Click or drag to resize
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.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static bool IsSupportMailEnabledAndValid { get; }

Property Value

Type: Boolean
See Also