Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FMessageEndpoint
| Type | Name | Description | |
|---|---|---|---|
| void | Send
(
MessageType* Message, |
Immediately sends a message to the specified recipient. | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients. | |
| void | Send
(
void* Message, |
Sends a message to the specified list of recipients. | |
| void | Send
(
MessageType* Message, |
Sends a message with fields, attachment and expiration to the specified recipient after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients. Allows to specify message flags | |
| void | Send
(
void* Message, |
Sends a message to the specified list of recipients. Allows to specify message flags | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients. Allows to specify message flags | |
| void | Send
(
void* Message, |
Sends a message to the specified list of recipients. | |
| void | Immediately sends a message to the specified list of recipients. | ||
| void | Immediately sends a message to the specified recipient. | ||
| void | Sends a message to the specified recipient after a given delay. | ||
| void | Send
(
MessageType* Message, |
Sends a message with fields and attachment to the specified recipient. | |
| void | Sends a message to the specified list of recipients after a given delay after a given delay. | ||
| void | Sends a message with fields and expiration to the specified recipient after a given delay. | ||
| void | Send
(
MessageType* Message, |
Sends a message with fields and attachment to the specified list of recipients after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message with fields, attachment and expiration to the specified recipient after a given delay. |