ImapNamespaceCollectionIsValid 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 Other items in this collection 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.
See Also