MailKit Documentation
MailKit Documentation
API Reference
MailKit
FolderNamespaceCollection Class
FolderNamespaceCollection Methods
Add Method
Clear Method
Contains Method
GetEnumerator Method
Remove Method
ToString Method
Folder
Namespace
Collection
.
Add Method
Adds the specified namespace.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
void
Add
(
FolderNamespace
namespace
)
Parameters
namespace
FolderNamespace
The namespace to add.
Exceptions
Exception
Condition
ArgumentNullException
namespace
is
null
.
Remarks
Adds the specified namespace.
See Also
Reference
FolderNamespaceCollection Class
MailKit Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast