PublicAPI.Portal.Messages.SendMessageELMA API Documentation
Send a message to the user. Attachments, channels and the message author are not stated
Access path: PublicAPI.Portal.Messages.SendMessage
Overload List

  NameDescription
Public methodSendMessage(String, String, User)
Send a message to the user. Attachments, channels and the message author are not stated
Public methodSendMessage(String, String, IEnumerable User )
Send a message to the users. Channels, attachments and the message author are not stated
Public methodSendMessage(String, String, User, User)
Send a message to the user. Attachments and channels are not stated
Public methodSendMessage(String, String, User, IEnumerable Attachment )
Send a message to the user. Message author and channels are not stated
Public methodSendMessage(String, String, User, IEnumerable InformationChannel )
Send a message to the user. Message author and attachments are not stated
Public methodSendMessage(String, String, IEnumerable User , User)
Send a message to the users. Channels and attachments are not stated
Public methodSendMessage(String, String, IEnumerable User , IEnumerable Attachment )
Send a message to the users. Channels and the message author are not stated
Public methodSendMessage(String, String, IEnumerable User , IEnumerable InformationChannel )
Send a message to the users. Message author and attachments are not stated
Public methodSendMessage(String, String, User, User, IEnumerable Attachment )
Send a message to the user. Channels are not stated
Public methodSendMessage(String, String, User, IEnumerable InformationChannel , User)
Send a message to the user. Attachments are not stated
Public methodSendMessage(String, String, User, IEnumerable InformationChannel , IEnumerable Attachment )
Send a message to the user. Message author is not stated
Public methodSendMessage(String, String, IEnumerable User , User, IEnumerable Attachment )
Send a message to the users. Channels are not stated
Public methodSendMessage(String, String, IEnumerable User , IEnumerable InformationChannel , User)
Send a message to the users. Attachments are not stated
Public methodSendMessage(String, String, IEnumerable User , IEnumerable InformationChannel , IEnumerable Attachment )
Send a message to the users. Message author is not stated
Public methodSendMessage(String, String, User, IEnumerable InformationChannel , User, IEnumerable Attachment )
Send a message to the user. Documents attachments are not stated
Public methodSendMessage(String, String, IEnumerable User , IEnumerable InformationChannel , User, IEnumerable Attachment )
Send a message to the users
Public methodSendMessage(String, String, IEnumerable User , IEnumerable InformationChannel , User, IEnumerable Attachment , IEnumerable DocumentAttachment )
Send a message to the user
Back to Top
See Also