GetReplyText (Email function): Difference between revisions

From m204wiki
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...")
(No difference)

Revision as of 21:34, 5 July 2011

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.