5.5 Message Resources
5.5.1 ThruPublicMessageInfo Structure
ThruPublicMessageInfo structure contains information about Thru message.
Item Name | Data Type | Sample Value | Comments |
---|---|---|---|
MessageID | Integer | 1HPHF1D8FF8S0 | Unique identification number of the message |
UserID | Integer | 1Q1OBQWVHTROE | Unique identification number of the user that is creator of message |
Subject | String | test | Subject of the message |
DateCreated | DateTime | /Date(1337611985780)/ | Date and time when the message has been created (UTC) |
DateSent | DateTime | /Date(1337611985780)/ | Date and time when the message has been sent (UTC) |
DateExpired | DateTime | /Date(1357070340000)/ | Date and time after which message is concerned as expired (UTC) |
CollectedFlag | Boolean | True | Indicates does message were read at least by one of recipients |
PublicMessage | String | Public text | Text of the private part of the message |
PrivateMessage | String | Private text | Text of the public part of the message |
TrackingNo | String | T478-026-95732-36971 | Number over the message is registered in Thru |
RequestLogin | Boolean | false | Flag that indicate is the message request login for access by recipient |
SendByClient | Boolean | false | Flag that indicate is the message was sent through the Thru Site or application. |
NotifyFlag | Boolean | false | Flag that indicate is the notifications must be sent. |
Priority | Integer | 3 | 1 – High |
IsExpired | Boolean | False | Flag indicate is the message is expired |
ExpireNow | Boolean | False | |
MsgHtmlTemplate | String | Html template over a message will be created | |
MsgTextTemplate | String | Text template over a message will be created | |
ToRecipients | Collection | List of recipient email addresses | |
CcRecipients | Collection | List of Cc recipients | |
BccRecipients | Collection | List of Bcc recipients | |
FoldersAttached | Collection | Collection of Folder identifiers | |
FilesAttached | Collection | Collection of File identifiers |
|
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
|
|
|
5.5.2 ThruPublicMessagesListResult Structure
ThruPublicMessagesListResult structure contains collection of Thru messages.
Item Name | Data Type | Sample Value | Comments |
---|---|---|---|
Messages | Collection | Collection of Messages |
|
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
CODE
|
|
|
5.5.3 ThruPublicMessageRecipientInfo
ThruPublicMessageRecipientInfo structure contains information about the recipient of Thru message.
Item Name | Data Type | Sample Value | Comments |
---|---|---|---|
MsgId | String | 1R6NE5OZ8QHXA | Unique identification number of the Thru message |
RecipientId | String | 2MIMZFR1K0471 | Unique identification number of Recipient |
RecipientEmail | String | Recipient e-mail | |
Collected | Boolean | true | Indicates does message were read by recipient |
MsgRecipientLevelPublicID | String | Unique identification number of recipient level |
Sample XML |
CODE
CODE
CODE
CODE
CODE
CODE
CODE
|
Data Transfer Object |
public class ThruPublicMessageRecipientInfo { public string MsgId public string RecipientId public string RecipientEmail public bool? Collected public string MsgRecipientLevelPublicID } |