M
Marketware
I would like to create mail merge letters in word and use those for outlook
as form emails after merging the data into the document. (one at a time so
the user can make any changes in the inspector before pressing send)
What is the appropriate properties from the word document that could give me
the rtf and the HTML code from the word document after it has been merged?
for example
outlookobject.HTMLbody = activedocument.??? //html email
outlookobject.RTFbody = activedocument.??? //rtf email
outlookobject.body = activedocument.??? //text email
Thanks in Advance!!
bob
as form emails after merging the data into the document. (one at a time so
the user can make any changes in the inspector before pressing send)
What is the appropriate properties from the word document that could give me
the rtf and the HTML code from the word document after it has been merged?
for example
outlookobject.HTMLbody = activedocument.??? //html email
outlookobject.RTFbody = activedocument.??? //rtf email
outlookobject.body = activedocument.??? //text email
Thanks in Advance!!
bob