ImapNamespaceCollectionSetOtherUser Property |
Gets the reference to the list of Other Users' namespaces defined for the current e-mail account.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic ImapNamespaceCollection OtherUser { get; }
Public ReadOnly Property OtherUser As ImapNamespaceCollection
Get
Property Value
Type:
ImapNamespaceCollectionThe 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