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

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

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
messageAuthor
Type: User
Message author. Object. Access path: PublicAPI.Portal.Security.User
Examples

See the function use case in here
See Also