UidPlusResultIsValid Property |
Gets whether UIDPLUS info in the response data is valid.
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 UIDPLUS data is valid; otherwise,
false.
Remarks
The value of this property is set during calling the
Imap class method
this
UidPlusResult object has been passed to. If it's
false, most other values are not set. This may occur if:
- The UidPlusResult instance has just been created (not yet passed to any method which sets its values).
- The copy/move operation affected zero messages.
- The server does not support UIDPLUS or claims to support UIDPLUS but incorrectly sets its info in the response.
See Also