Click or drag to resize
MimeKit

FolderNamespaceCollectionAdd Method

Adds the specified namespace.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void Add(
	FolderNamespace namespace
)

Parameters

namespace  FolderNamespace
The namespace to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionnamespace is null.
Remarks
Adds the specified namespace.
See Also