GetReplyText (Email function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{Template:Email:GetReplyText subtitle}}
{{Template:Email:GetReplyText subtitle}}


This non-settable method retrieves the last response from the SMTP server.
==Syntax==
==Syntax==
{{Template:Email:GetReplyText syntax}}
{{Template:Email:GetReplyText syntax}}

Revision as of 19:40, 6 July 2011

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

See also