OL2k3 Print Script Errors (email only)

P

Pat Garard

G'Day All,

Win Xp Pro SP2: Outlook 2003 SP2: When trying to print an e-mail.

Msgbox: A Runtime Error has occurred.
Do you wish to debug?
Line: 1343
Error: Unspecified error.
(vbYesNo+ vbCritical)

Debug with Microsoft Script Editor shows:

function CPrintDoc_InitDocument( fUseStreamHeader )
{
var fReallyUseStreamHeader = (fUseStreamHeader &&
(dialogArguments.__IE_OutlookHeader !=
null));
this._anMerge[1] = (fReallyUseStreamHeader) ? 1 : 0;
this._nStatus = (fReallyUseStreamHeader) ? 0 : 1;
this.AddFirstPage();
this._aaRect[this._nStatus][0].contentSrc = (fReallyUseStreamHeader)
? dialogArguments.__IE_OutlookHeader
=> : this._strDocURL;
[! Unknown Exception]

Any advice would be appreciated.
 

Ask a Question

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.

Ask a Question

Top