PublicAPI.Portal.Messages.SendMessage ELMA API Documentation
Send a message to the user. Attachments, channels and the message author are not stated
 
 
Syntax

public void SendMessage(
	string messageSubject,
	string messageText,
	User user
)

Parameters

messageSubject
Type: System String
Message subject
messageText
Type: System String
Message text
user
Type: User
Recipient. Object. Access path: PublicAPI.Portal.Security.User
Examples

See the function use case in here
See Also