PowerTCP Mail for .NET
Tag Property (ImapResponse)




Gets the unique identifier for the command.
Syntax
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();
public:
property String^ Tag {
   String^ get();
}

Property Value

A string representation of the response tag.
Remarks

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
            
See Also

Reference

ImapResponse Class
ImapResponse Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic