MailKit Documentation
MailKit Documentation
API Reference
MailKit
FolderNamespaceCollection Class
FolderNamespaceCollection Properties
Count Property
Item Property
Folder
Namespace
Collection
Item Property
Gets the
FolderNamespace
at the specified index.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
FolderNamespace
this
[
int
index
] {
get
;
set
; }
Parameters
index
Int32
The index.
Property Value
FolderNamespace
The folder namespace at the specified index.
Exceptions
Exception
Condition
ArgumentNullException
value
is
null
.
ArgumentOutOfRangeException
index
is out of range.
Remarks
Gets the
FolderNamespace
at the specified index.
See Also
Reference
FolderNamespaceCollection Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast