| SupportOfflineMessageHelperSendSupportMessageAsMail Method | 
            Sends support request to email.
            
            Does nothing, if sending to email is not enabled.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool SendSupportMessageAsMail(
	DateTime createdWhen,
	string senderEmailAddress,
	string subject,
	string messageText
)
Parameters
- createdWhen
- Type: SystemDateTime
 Sending time of this message
- senderEmailAddress
- Type: SystemString
 Email address of sender (the one who requests support)
- subject
- Type: SystemString
 Subject
- messageText
- Type: SystemString
 Body of the message
Return Value
Type: 
BooleanTrue if message was sent
 See Also
See Also