Jump to content
Server Maintenance This Week. ×

Eureka! :D (HTML Mail from Filemaker)


jorix

This topic is 8302 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Maybee you've all read my complaints about the fact Filemaker just can't send HTML mail via MS Outlook (Corporate/Workgroup Edition), just plain text.

I now created a really cool workaround for this.

What I did was create a Visual Basic Project and a script in Filemaker. The Filemaker script exports some fields I need in the mail message to a CSV file, the VB Project reads this export and uses the data to generate some HTML code for the Body of the mail.

Next I used the MS Outlook object library to create a 1) Outlook Application Object and 2) Outlook.Application.MailItem Object

The MailItem object contains an .HTMLBody property. If set, it creates an HTML mail with the HTML code from .HTMLBody . It's that simple!

If someone wants me te clearify this solution, feel free to mail me at [email protected] .

(hmm... I guess smiley's don't work in the Subject.. wink.gif" border="0 )

[ August 13, 2001: Message edited by: Jorick Schram ]

Link to comment
Share on other sites

This topic is 8302 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.