GetReplyText (Email function): Difference between revisions
Jump to navigation
Jump to search
m (Created page with "This non-settable method retrieves the last response from the SMTP server. ==GetReplyText syntax== <p class="pre"> %text = %email:GetReplyText </p> ===Syntax terms=== <table cl...") |
m (1 revision) |
(No difference)
|
Revision as of 21:41, 5 July 2011
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.