FolderInfoEnumerateMessageObjects Method

Exposes the enumerator, which supports an iteration of messages in folder.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public IEnumerable<MessageObject> EnumerateMessageObjects()

Return Value

Type: IEnumerableMessageObject
IEnumerableT, that represents an enumerator that iterates through a messages in folder.
See Also