Parameter object error ...

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
JD
Posts: 3
Joined: Fri Jun 06 2003

Parameter object error ...

Post by JD »

When calling SendMail (CDIntf.dll, version 2.0.6.0) I get the following error message:

"Parameter object is improperly defined. Inconsistent or complete information was provided."

This error occurs on only a handful of boxes throughout our customer base and it only happens every so often!

Ideas please ...

J.D.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hi,

How are you calling the SendMail function? There is two issues to think about:

1 - Are you calling the SendMail function properly with all its parameters?

2 - Are you calling the SendMail function after the pdf file is completely saved to disk?

Here is a Sample on calling the SendMail function:

pdf2.SendMail "valid e-mail address", "", "", "Test", "A PDF has been attached", "C:\Temp\FileName.pdf;test.pdf", 2

Hope this helps.
Post Reply