Page 1 of 1

[Implemented] RemoveMailRecipient()

Posted: Sat May 17, 2008 3:15 pm
by akj
I would like these two enhancements to simply the sending of multiple emails to different sets of recipients using the same mail object:

Code: Select all

RemoveMailRecipient(#mail, mail$)
should be valid syntax and mean the same as

Code: Select all

RemoveMailRecipient(#mail, mail$, #PB_Mail_To | #PB_Mail_Cc | #PB_Mail_Bcc)

Code: Select all

RemoveMailRecipient(#mail)
should be valid syntax and have the action of removing ALL mail recipients from the #mail object