Click or drag to resize
MimeKit

MailStoreOtherNamespaces Property

Gets the other namespaces.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public abstract FolderNamespaceCollection OtherNamespaces { get; }

Property Value

FolderNamespaceCollection
The other namespaces.

Implements

IMailStoreOtherNamespaces
Remarks
The other folder namespaces contain other mailbox folders.
See Also