PersonalStorage.EnumerateMessages
Contents
[
Hide
]EnumerateMessages(string)
Exposes the enumerator, which supports an iteration of messages in folder.
public IEnumerable<MessageInfo> EnumerateMessages(string entryId)
| Parameter | Type | Description | 
|---|---|---|
| entryId | String | The string that represents a parent folder entry ID. | 
Return Value
IEnumerable, that represents an enumerator that iterates through a messages in folder.
See Also
- class MessageInfo
 - class PersonalStorage
 - namespace Aspose.Email.Storage.Pst
 - assembly Aspose.Email
 
EnumerateMessages(string, int, int)
Exposes the enumerator, which supports an iteration of messages in folder.
public IEnumerable<MessageInfo> EnumerateMessages(string entryId, int startIndex, int count)
| Parameter | Type | Description | 
|---|---|---|
| entryId | String | The string that represents a parent folder entry ID. | 
| startIndex | Int32 | The start message index. | 
| count | Int32 | The number of messages that will be retrieved. | 
Return Value
IEnumerable, that represents an enumerator that iterates through a messages in folder.
See Also
- class MessageInfo
 - class PersonalStorage
 - namespace Aspose.Email.Storage.Pst
 - assembly Aspose.Email