| FolderNamespaceCollectionRemove Method |
Removes the first occurrence of the specified namespace.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax 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 Remarks
Removes the first occurrence of the specified namespace.
See Also