MailBee.NET Objects 4.0

FolderCollection.Item Property

Gets the Folder object at the specified zero-based index in the collection.

public Folder this[
   int index
] {get;}

Parameters

index
The zero-based index of the Folder object in the collection.

Property Value

A Folder object having the specified zero-based index in the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The specified index does not exist.

See Also

FolderCollection Class | MailBee.ImapMail Namespace | Folder