| SmtpResponseCode Property |
Gets the status code.
2yz is positive completion reply;
3yz is positive intermediate reply;
Other is negative.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax Public ReadOnly Property Code As Integer
Get
public:
property int Code {
int get ();
}
member Code : int with get
Property Value
Type:
Int32See Also