See http://www.outlookcode.com/article.aspx?id=24 for various solutions to the limitation that Outlook forms don't support WYSIWYG printing. The Word template technique is the most flexible and highly recommended.
Thanks for the info. But this is too complicated a way to do it. It would
involve other users having to install the add-in.
All i need is a simple text print. It does not have to show the dialog box
just the text in plain ASCII. The text contains more than one line. Is
there any way that i can send it straight to a printer?
Add-in? Word can be automated from VBScript behind a custom form just fine, even if you can't distribute a Word template.
An alternative would be to build a new Outlook item, include the desired content in the Body property, then call that item's PrintOut method. That can all be done within VBScript or VBA.
No, individual note items do not have any formatting of their own. The font is controlled by the Tools | Options setting, which is held in the Windows registry, not controlled by the Outlook object model.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.