mail.recipient.delete
Syntax
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.
v - void return
s1 - recipient type with admissible values:
to normal recipient cc carbon copy recipient bcc blind carbon copy recipient
to normal recipient
cc carbon copy recipient
bcc blind carbon copy recipient
s2 - full email address
mail.recipient.add
mail.send
9.1.13