Class CApiMailMessageCollection
CApiMailMessageCollection is used for work with mail messages.
- MailSo\Base\Collection
- CApiMailMessageCollection
Methods summary
protected
|
|
public
|
|
public static
|
Properties summary
public
integer
|
$MessageCount
Number of messages in the folder. |
|
public
integer
|
$MessageUnseenCount
Number of unread mails in the folder. |
|
public
integer
|
$MessageResultCount
Number of messages returned upon running search. |
|
public
string
|
$FolderName
Full name of the folder. |
|
public
integer
|
$Offset
Along with Limit, denotes a range of message list to retrieve. |
|
public
integer
|
$Limit
Along with Offset, denotes a range of message list to retrieve. |
|
public
string
|
$Search
Denotes search string. |
|
public
string
|
$Filters
Denotes message lookup type. Typical use case is search in Starred folder. |
|
public
array
|
$Uids
List of message UIDs. |
|
public
string
|
$UidNext
UIDNEXT value for the current folder. |
|
public
string
|
$FolderHash
Value which changes if any folder parameter, such as message count, was changed. |
|
public
array
|
$New
List of information about new messages. $UidNext is used for obtaining this information. |