MailBee.NET Objects 4.0

MessageNumberCollection Class

Represents a list of ordinal message numbers of mail messages.

For a list of all members of this type, see MessageNumberCollection Members.

System.Object
   System.Collections.CollectionBase
      MailBee.ImapMail.MessageIndexCollection
         MailBee.ImapMail.MessageNumberCollection

public class MessageNumberCollection : MessageIndexCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class implements MessageIndexCollection as a collection of Int32 values.

Note   Although .NET collections are zero-based, message indices (ordinal message numbers and UIDs) are one-based. E.g. if this collection contains a single item referencing the first message in the folder, the index of this item in the collection will be 0, while its value (message number) will be 1.

Requirements

Namespace: MailBee.ImapMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MessageNumberCollection Members | MailBee.ImapMail Namespace | MessageIndexCollection | UidCollection | Search