| FolderNamespaceCollectionContains Method |
Checks if the collection contains the specified namespace.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Contains(
FolderNamespace namespace
)
Parameters
- namespace FolderNamespace
- The namespace.
Return Value
BooleanField Value
Booleantrue if the specified namespace exists;
otherwise
Field Value
Booleanfalse.
Exceptions Remarks
Checks if the collection contains the specified namespace.
See Also