LoadMessages
The LoadMessages method loads comments or guestbook entries posted to a mailbox.
Message[] LoadMessages(
string mailboxId,
DateTime postedSince,
bool includeDeleted
)Parameters
- mailboxId
- Specifies the mailbox from which to return messages. Identifiers of the mailboxes associated with photos, photosets and groups can be found in the MailboxId field of corresponding snapshots.
- postedSince
- The date and time of the earliest message to return. Messages posted earlier this date will not be returned.
- includeDeleted
- Specifies whether to return messages marked as deleted by the mailbox owner.
Remarks
Deleted messages are only returned to the mailbox owner. The includeDeleted parameter has no effect when the call is made by a different user.
Returns
An array of messages from the specified mailbox.
See Also