MessageNumberCollectionToArray Method
Gets all the items in the collection as an array.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int[] ToArray()

Return Value

Type: Int32
The array containing all the ordinal message numbers in the collection.
See Also