GetReplyText (Email function)
This non-settable method retrieves the last response from the SMTP server.
GetReplyText syntax
%text = %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.