ImapNamespaceCollectionSetPersonal Property |
Gets the reference to the list of Personal 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 Personal { get; }
Public ReadOnly Property Personal As ImapNamespaceCollection
Get
Property Value
Type:
ImapNamespaceCollectionThe reference to the collection of all personal namespaces defined for the current e-mail account.
Remarks Usually, the returned collection contains only a single element. If the returned value is
a
null reference (
Nothing in Visual Basic),
IsValid is
true because it's an error that
the e-mail account has no personal namespace. Usually, this means the data returned by the mail server
could not be correctly parsed. This behaviour is different for
OtherUser and
Shared
namespaces because they are optional and there is no error if any of them is missing.
See Also