Sending pdf file by Eudora mail application

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
avay
Posts: 11
Joined: Sun Aug 01 2004

Sending pdf file by Eudora mail application

Post by avay »

I have a VB6 program with Amyuni Developer PDF Convertor.
One of my end-users has Eudora mail application.
When he tries to create a pdf file and attach it to a mail message by the program, he gets an error.
Is the mail function :

Code: Select all

cdi.sendmail 
enable sending PDF file with Eudora , or only with
mail applications like: Outlook or Outlook Express?

regards

Avi Cohen
A.D.V. Communications Ltd.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

SendMail() works if your mail application is MAPI compliant. I am not sure which version of Eudora you are using but as far as I know the new version of Eudora is MAPI compliant.

Hope this helps.
avay
Posts: 11
Joined: Sun Aug 01 2004

Post by avay »

Do you have a list of MAPI compliant mail applications that
were tested to work with SendMail() function
and the name of the EXE file of each application,
so that I can notify my users if they can send PDF file using
the SendMail() function?

Regards

Avi Cohen
A.D.V. Communications Ltd.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Unfortunately, we don't have such a list. You can make a simple search on the internet for 'MAPI compliant e-mail applications' and check the results.

Outlook Express version 5 and above is MAPI compliant and is free of charge. Outlook as well is MAPI compliant.

Hope this helps.
Post Reply