Click or drag to resize
MimeKit

FolderNamespaceCollectionItem Property

Gets the FolderNamespace at the specified index.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderNamespace this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Property Value

FolderNamespace
The folder namespace at the specified index.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets the FolderNamespace at the specified index.
See Also