EnumerateMessages

EnumerateMessages (1 of 2)

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

Returns: System::Collections::Generic::IEnumerable , that represents an enumerator that iterates through a messages in folder.

EnumerateMessages(System::String entryId)
ParameterDescription
entryIdThe string that represents a parent folder entry ID.

EnumerateMessages (2 of 2)

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

Returns: System::Collections::Generic::IEnumerable , that represents an enumerator that iterates through a messages in folder.

EnumerateMessages(System::String entryId, int32_t startIndex, int32_t count)
ParameterDescription
entryIdThe string that represents a parent folder entry ID.
startIndexThe start message index.
countThe number of messages that will be retrieved.