AddRecipient (Email subroutine): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 6: | Line 6: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>email</th> | <tr><th>email</th> | ||
<td> | <td>An <var>Email</var> object.</td></tr> | ||
</td></tr> | |||
<tr><th>name</th> | <tr><th>name</th> | ||
<td>A string expression that contains an email address: | <td>A string expression that contains an email address: a userid, followed by an at sign (<tt>@</tt>), followed by a domain name.</td></tr> | ||
a userid, followed by an at sign (<tt>@</tt>), followed by a domain name. | |||
</td></tr> | |||
<tr><th>nickname</th> | <tr><th>nickname</th> | ||
<td>An optional string expression that contains a familiar name associated | <td>An optional string expression that contains a familiar name associated with the e-mail address. | ||
with the e-mail address. | |||
</td></tr></table> | </td></tr></table> |
Revision as of 22:34, 19 July 2012
Add a mail recipient (Email class)
Syntax
email:AddRecipient( name, [nickname])
Syntax terms
An Email object. | |
name | A string expression that contains an email address: a userid, followed by an at sign (@), followed by a domain name. |
nickname | An optional string expression that contains a familiar name associated with the e-mail address. |
Usage notes
- Mail servers should be able to accept as many as 100 or more distinct recipients for a single mail message, though stricter limits may be imposed by some mail servers. The recipient count is the sum of all e-mail addresses added with the AddRecipient, AddCc, and AddBcc methods.
- Recipients added with the AddRecipient method appear in the “To:” header in the e-mail.