Methods
(1) DeliverMessage
Request
Response
| Type | Name |
|---|
| Any | oModifiedMessage |
| List<Uint32> | lstSandboxNodeId |
| List<PID> | lstParticipants |
(2) GetNumberOfMessages
Request
Response
| Type | Name |
|---|
| Uint32 | uiNbMessages |
Request
Response
(4) RetrieveAllMessagesWithinRange
Request
Response
(5) RetrieveMessages
Request
Response
(6) DeleteMessages
Request
Response
This method does not return anything.
(7) DeleteAllMessages
Request
Response
| Type | Name |
|---|
| Uint32 | uiNbDeletedMessages |
(8) DeliverMessageMultiTarget
Request
Response
| Type | Name |
|---|
| Any | oModifiedMessage |
| List<Uint32> | lstSandboxNodeId |
| List<PID> | lstParticipants |
Types
MessageRecipient (Structure)
| Type | Name |
|---|
| Uint32 | m_idRecipient |
| Uint32 | m_uiRecipientType |
In NEX version 4.0, the recipient id was split into the principal id and the gathering id:
| Type | Name |
|---|
| Uint32 | m_uiRecipientType |
| PID | m_principalId |
| Uint32 | m_gatheringId |
Recipient type:
| Type | Description |
|---|
| 1 | Principal id |
| 2 | Gathering id |
This structure inherits from Data
| Type | Name |
|---|
| Uint32 | m_uiID |
| Uint32 | m_idRecipient |
| Uint32 | m_uiRecipientType |
| Uint32 | m_uiParentID |
| PID | m_pidSender |
| DateTime | m_receptiontime |
| Uint32 | m_uiLifeTime |
| Uint32 | m_uiFlags |
| String | m_strSubject |
| String | m_strSender |
In NEX version 4.0, the m_idRecipient and m_uiRecipientType fields were removed and the message recipient was added:
This structure inherits from UserMessage
This structure inherits from UserMessage