MailBee.NET Objects 4.0

MessageNumberCollection.Item Property

Gets the ordinal message number at the specified zero-based index in the collection.

public int this[
   int index
] {get;}

Parameters

index
The zero-based index of the ordinal message number in the collection.

Property Value

An Int32 value having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

MessageNumberCollection Class | MailBee.ImapMail Namespace