
Clears all recipients in a email message.
Click the Click for Options link to bring up the Options dialo

Message – the EmailMessage being used.
Profit Tiger Systems Help Documentation
Just another WordPress site
Clears all recipients in a email message.
Click the Click for Options link to bring up the Options dialo
Message – the EmailMessage being used.
Adds a carbon copy recipient to the email message.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Email – the email of the recipient to the message.
Name – the name of the cc recipient to the message. Not required.
Result – returns true if cc recipient was added successfully, false if it was not.
Adds a blind carbon copy recipient.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Email – the email of the bcc recipient to the message.
Name – the name of the bcc recipient to the message. Not required.
Result – returns true if recipient was added successfully, false if it was not.
Adds a recipient to the email message.
Click the Click for Options link to bring up the Options dialog.
Message – the EmailMessage being used.
Email – the email of the recipient to the message.
Name – the name of the recipient to the message. Not required.
Result – returns true if recipient was added successfully, false if it was not.
Returns a new email message.
Click the Click for Options link to bring up the Options dialog.
From Email – the email address that sent the email.
From Name – the name of the person who sent the email.
Subject – the email subject line.
Result – returns a EmailMessage.