GetReplyText (Email function)
Retrieve the last response (Email class)
This non-settable method retrieves the last response from the SMTP server.
Syntax
%string = email:GetReplyText
Syntax terms
%text | A string or longstring variable to contain the
server response. |
---|---|
A previously declared Email object. |
Usage notes
- If the Mail method has not yet been invoked for the %email object, GetReplyText returns the null string.
- GetReplyCode returns the numeric value associated with the message text.