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

public void SendMessage(
	string messageSubject,
	string messageText,
	User user,
	IEnumerable<Attachment> attachments
)

Parameters

messageSubject
Type: System String
Message subject
messageText
Type: System String
Message text
user
Type: User
Recipient. Object. Access path: PublicAPI.Portal.Security.User
attachments
Type: System.Collections.Generic IEnumerable Attachment 
Attachments. Object. Access path: PublicAPI.Portal.Objects.Common.Attachment
Examples

See the function use case in here
See Also