 | SmtpResponseCode Property |
Gets the status code.
2yz is positive completion reply;
3yz is positive intermediate reply;
Other is negative.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxPublic ReadOnly Property Code As Integer
Get
public:
property int Code {
int get ();
}member Code : int with get
Property Value
Int32
See Also