Click or drag to resize
MimeKit

FolderNamespaceCollectionRemove Method

Removes the first occurrence of the specified namespace.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public bool Remove(
	FolderNamespace namespace
)

Parameters

namespace  FolderNamespace
The namespace.

Return Value

Boolean
if the first occurrence of the specified namespace was removed; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionnamespace is .
Remarks
Removes the first occurrence of the specified namespace.
See Also