UidPlusResultIsSupported Property |
Gets whether UIDPLUS is supported by the server.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsSupported { get; }
Public ReadOnly Property IsSupported As Boolean
Get
Property Value
Type:
Booleantrue 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