Click or drag to resize
SupportOfflineMessageHelperSendSupportMessageAsMail Method
Sends support request to email. Does nothing, if sending to email is not enabled.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public 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: Boolean
True if message was sent
See Also