Hunny Software Library Reference

Response.Name Property

Gets the name of the response.

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

Property Value

The name of the response.

Remarks

The property's value is the name of the response. For example, if the response is a FETCH response, the property's value is "FETCH".

See Also

Response Class | Hunny.Mail Namespace