[Implemented] RemoveMailRecipient()
Posted: Sat May 17, 2008 3:15 pm
I would like these two enhancements to simply the sending of multiple emails to different sets of recipients using the same mail object:
should be valid syntax and mean the same as
should be valid syntax and have the action of removing ALL mail recipients from the #mail object
Code: Select all
RemoveMailRecipient(#mail, mail$)
Code: Select all
RemoveMailRecipient(#mail, mail$, #PB_Mail_To | #PB_Mail_Cc | #PB_Mail_Bcc)
Code: Select all
RemoveMailRecipient(#mail)