GetReplyText (Email function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
<li>If the <var>[[Mail (Email function)|Mail]]</var> method
<li>If the <var>[[Mail (Email function)|Mail]]</var> method
has not yet been invoked
has not yet been invoked
for the ''%email'' object, <var>GetReplyText</var> returns the null string.
for <var class="term">email</var> (the method object), <var>GetReplyText</var> returns the null string.
<li><var>[[GetReplyCode (Email function)|GetReplyCode]]</var>
<li><var>[[GetReplyCode (Email function)|GetReplyCode]]</var>
returns the numeric value associated with the message text.
returns the numeric value associated with the message text.

Revision as of 17:05, 7 February 2012

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