Dart.Mail Namespace > ImapResponse Class : Tag Property |
Public ReadOnly Property Tag As String
Dim instance As ImapResponse Dim value As String value = instance.Tag
public string Tag {get;}
public: __property string* get_Tag();
This property returns the unique identifier found on tagged responses. This unique identifier corresponds to the id included with the corresponding command sent by the Imap component. For example, the value is "A2" for the line below.
A2 OK CAPABILITY completed