UidPlusResultIsValid Property
Gets whether UIDPLUS info in the response data is valid.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsValid { get; }

Property Value

Type: Boolean
true 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