ImapNamespaceCollectionSetIsValid Property |
Returns true if all the responses with the namespace data received from the mail server were correctly parsed.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
Booleantrue if all the responses with the namespace data received from the mail server were correctly parsed. Otherwise,
false.
Remarks Any properties of this object may return a
null reference (
Nothing in Visual Basic)
if this value is
false. This may happen if the mail server incorrectly returns some parts of the namespace information.
However,
Shared and
OtherUser are optional and can return null even if
IsValid is
true.
See Also