Domain (Email property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 8: Line 8:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%string</th>
<tr><th>%currentString</th>
<td>A string or longstring variable to contain the current value of the <var>Domain</var> property.</td></tr>
<td>A string or longstring variable to contain the current value of the <var>Domain</var> property</td></tr>
 
<tr><th>email</th>
<tr><th>email</th>
<td>An <var>Email</var> object.</td></tr>
<td>An <var>Email</var> object.</td></tr>
<tr><th>newString</th>
<tr><th>newString</th>
<td>The domain name of the SMTP server host. </td></tr>
<td>The domain name of the SMTP server host. </td></tr>

Latest revision as of 21:02, 14 August 2012

Domain name of host (Email class)


This method retrieves or sets the domain name of the SMTP server host.

Syntax

%currentString = email:Domain email:Domain = newString

Syntax terms

%currentString A string or longstring variable to contain the current value of the Domain property
email An Email object.
newString The domain name of the SMTP server host.

Usage notes

  • You can set the domain name to an arbitrary string, but generally you should set it to the domain of the host that is sending the email. The default is the value specified in the JANUS DOMAIN specification.

See also