Background
Total Access Emailer is the world's most popular Microsoft Access email add-in product and VBA code library. Simplify the way you communicate with your contacts, and easily share the data and reports from your Microsoft Access databases with personalized emails for each recipient.
Question
How do I attach a query in the programmatic interface, when sending a single e-mail?
Answer
While there is not a parameter for attaching a query directly via the Total Access Emailer Programmatic Interface, file and object attachments are designed to be specified using the Add-in interface.
Once you have the email blast settings configured (including the table, query, or report object that your including), you can execute the email blast using the Programmatic Interface function by passing the ID of the blast as a parameter to the function.
Comments
1 comment
While there is not a parameter for attaching a query directly via the Total Access Emailer Programmatic Interface, file and object attachments are designed to be specified using the Add-in interface.
Once you have the email blast settings configured (including the table, query, or report object that your including), you can execute the email blast using the Programmatic Interface function by passing the ID of the blast as a parameter to the function.
Please sign in to leave a comment.