Click or drag to resize
MimeKit

FolderNamespaceCollectionRemove Method

Removes the first occurance of the specified namespace.

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

Parameters

namespace  FolderNamespace
The namespace.

Return Value

Boolean

Field Value

Boolean
true if the frst occurance of the specified namespace was removed; otherwise

Field Value

Boolean
false.
Exceptions
ExceptionCondition
ArgumentNullExceptionnamespace is null.
Remarks
Removes the first occurance of the specified namespace.
See Also