Gets if the server response containing the folder information has been successfully parsed.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
Property Value
Type:
Booleantrue if the server response containing the folder information was correct;
false otherwise.
RemarksDue to complexity of IMAP4 responses, some server implementations fail to produce
100% correct responses sometimes. If MailBee cannot parse certain folder response,
it returns
Folder object having
IsValid set to
false.
See Also