mail.recipient.add

Syntax

v = mail.recipient.add(s1,s2)

Add a recipient. The string s1 indicates the type of the recipient, and s2 is the full email address.

Returns:

v - void return

Arguments:

s1 - recipient type with admissible values:

  • to normal recipient
  • cc carbon copy recipient
  • bcc blind carbon copy recipient

s2 - full email address