MboxStorageReader.EnumerateMessages

EnumerateMessages()

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

public IEnumerable<MailMessage> EnumerateMessages()

Return Value

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

See Also


EnumerateMessages(EmlLoadOptions)

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

public IEnumerable<MailMessage> EnumerateMessages(EmlLoadOptions options)
ParameterTypeDescription
optionsEmlLoadOptionsSpecifies EmlLoadOptions when reading message from Mbox storage.

Return Value

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

See Also