GetReplyText (Email function)

From m204wiki
Revision as of 21:34, 5 July 2011 by JAL2 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

%email 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.