These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

mailMsg - body formated in HTML

vollenweider
Registered: Jun 23 2007
Posts: 8

I have created a mail command in Acrobat 8:

app.mailMsg({bUI: false, cTo:.., cSubject: "..", cMsg: ".."})

It works fine. Is there a possibility to format the cMsg in HTML format? It would give the possibility to add smaller or larger fonts

Kind regards Martin

My Product Information:
Acrobat Pro 8.1.2, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Have you tried? Just put HTML in the "cMsg" argument. This is about the only thing you can do.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script