ImapNamespaceCollectionSetOtherUser Property
Gets the reference to the list of Other Users' namespaces defined for the current e-mail account.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ImapNamespaceCollection OtherUser { get; }

Property Value

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