PublicAPI.Portal.Messages.SendMessage ELMA API Documentation
Send a message to the users. Channels, attachments and the message author are not stated
 
 
Syntax

public void SendMessage(
	string messageSubject,
	string messageText,
	IEnumerable<User> users
)

Parameters

messageSubject
Type: System String
Message subject
messageText
Type: System String
Message text
users
Type: System.Collections.Generic IEnumerable User 
Recipients. Object. Access path: PublicAPI.Portal.Security.User
Examples

See the function use case in here
See Also