UidPlusResultIsSupported Property
Gets whether UIDPLUS is supported by the server.

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

Property Value

Type: Boolean
true if UIDPLUS capability is supported; otherwise, false.
Remarks
The value of this property is set during calling the Imap class method this UidPlusResult object has been passed to.
See Also