mail.recipient.delete

Syntax

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

Delete a recipient. The string s1 indicates the type of the recipient, and s2 is the full email address. Both the recipient type and email address must match for the recipient to be removed.

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