| FolderNamespaceCollectionRemove Method |
Removes the first occurance of the specified namespace.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Remove(
FolderNamespace namespace
)
Parameters
- namespace FolderNamespace
- The namespace.
Return Value
BooleanField Value
Booleantrue if the frst occurance of the specified
namespace was removed; otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Removes the first occurance of the specified namespace.
See Also