ImapNamespaceCollectionItem Property |
Gets the
ImapNamespace object at the specified zero-based index in the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic ImapNamespace this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ImapNamespace
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the ImapNamespace object in the collection.
Property Value
Type:
ImapNamespace
A
ImapNamespace object having the specified zero-based index in the collection.
Exceptions
See Also