Dart.Mail Namespace > ImapResponse Class : Code Property |
Public ReadOnly Property Code As ImapCode
Dim instance As ImapResponse Dim value As ImapCode value = instance.Code
public ImapCode Code {get;}
public: __property ImapCode get_Code();
This property returns the optional line response code. For example, the value is ImapCode.UidValidity for the line below.
* OK [UIDVALIDITY 1032904889] UIDs valid
See the ImapCode enumeration for possible code values.