Message
The Message snapshot represents a comment or a guestbook entry. This snapshot is new in API version 1.3.
Message
{
string MailboxId;
int Index;
DateTime PostedOn;
string PosterName;
string PosterLoginName;
string PosterUrl;
string PosterEmail;
string Body;
bool IsPrivate;
}Members
- MailboxId
- Identifies the mailbox this message belongs to.
- Index
- Zero-based index of the message in the mailbox.
- PostedOn
- The date and time when the message was posted.
- PosterName
- Name of the poster. For posters who are authenticated Zenfolio users, this field contains user's display name.
- PosterLoginName
- Login name of the poster. This field is only returned for posters who are authenticated Zenfolio users.
- PosterUrl
- URL provided by the poster. This field is optional and will not be returned if not provided by the poster.
- PosterEmail
- Poster's e-mail address. This field is returned only to the mailbox owner. The field is optional and will not be returned if not provided by the poster.
- Body
- Message body.
- IsPrivate
- Indicates whether this is a private message.
See Also