Example Databases
- Simple Email Window
This example displays an email window similar to a normal email client.
- Send Message
This example introduces the MMEmail_SendMessage function which allows you to send an email message behind the scenes with no user interface.
- Merge Fields
MMEmail supports the use of merge fields to insert field data from your current record. This makes it easy to personalize your message or include any specific information that is needed.
- Advanced Email Window
In the "Simple Email Window" example, we simply used "MMEmail_ShowMessageDialog" to display an Email Window. This example will take that a step farther by showing you how to enhance the window with additional user features.
- Get Dialog Values
This example shows how to retrieve the values that were entered into the last Email Window. This can be handy for archiving email in your database.