GetReplyText (Email function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Retrieve the last response (Email class)


Syntax

%string = email:GetReplyText

Syntax terms

%string A string or longstring variable to contain the server response.
email An 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