GetReplyText (Email function)

From m204wiki
Revision as of 17:05, 7 February 2012 by Dme (talk | contribs)
Jump to navigation Jump to search

Retrieve the last response (Email class)


Syntax

%string = 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 email (the method object), GetReplyText returns the null string.
  • GetReplyCode returns the numeric value associated with the message text.

See also