MailBee.NET Objects 4.0

UidCollection.Item Property

Gets the UID at the specified zero-based index in the collection.

public long this[
   int index
] {get;}

Parameters

index
The zero-based index of the UID in the collection.

Property Value

A Int64 value having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

UidCollection Class | MailBee.ImapMail Namespace