SendSmtpMail errors

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
matrix
Posts: 2
Joined: Wed Aug 17 2005

SendSmtpMail errors

Post by matrix »

I am using a demo version of Amyuni PDF Creator v 2.0
I have a Licence-"Suite Evaluation Developer"

I am not able to find any information about, how to send a email through
Amyuni PDF Creator v 2.0. The manuals provided with the product does
not contain any information about this.
Currently I am using VB as my development platform.

I have used SendSmtpMail function but returns -13,-14,-15 code errors
here to find there help.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

No, you can not send a pdf file by e-mail using the PDF Creator, this is feasible using the PDF Converter.

The functions SendMail (uses MAPI) and SendSmtpMail (uses Smtp) are available through the CDIntf interface of the PDF Converter.

Hope this helps.
Post Reply