MboxStorageReader.EnumerateMessageInfo

MboxStorageReader.EnumerateMessageInfo method

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

public IEnumerable<MboxMessageInfo> EnumerateMessageInfo()

Return Value

IEnumerable, that represents an enumerator that iterates through a messages in storage.

See Also