ImapNamespaceCollectionSetShared Property
Gets the reference to the list of Shared (Public) namespaces defined for the current e-mail account.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public ImapNamespaceCollection Shared { get; }

Property Value

Type: ImapNamespaceCollection
The reference to the collection of all Shared namespaces defined for the current e-mail account, or a null reference (Nothing in Visual Basic) if no Shared namespaces are defined.
See Also