Click or drag to resize
MimeKit

MailStoreSharedNamespaces Property

Gets the shared namespaces.

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

Property Value

FolderNamespaceCollection
The shared namespaces.

Implements

IMailStoreSharedNamespaces
Remarks
The shared folder namespaces contain mailbox folders that are shared with the user.
See Also