ImapNamespaceCollectionSetShared Property |
Gets the reference to the list of Shared (Public) namespaces defined for the current e-mail account.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ImapNamespaceCollection Shared { get; }
Public ReadOnly Property Shared As ImapNamespaceCollection
Get
Property Value
Type:
ImapNamespaceCollectionThe 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