SendMail ...

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
JD
Posts: 3
Joined: Fri Jun 06 2003

SendMail ...

Post by JD »

Does anyone know what the return value of "11" means when you use SendMail?

What are all of the error codes and their meanings?

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

Post by Joan »

Hello,

If you are using:

long WINAPI SendMail(LPCTSTR szTo, zMessage, LPCTSTR szFilenames, long lOptions)
FAILURE mapi errors declared in mapi.h
SUCCESS SUCCESS_SUCCESS

Please check mapi.h on your system.

If you are using:

long WINAPI SendSmtpMail(LPCTSTR szHostnszMessage, LPCTSTR szFilenames)
FAILURE 11 Winsock version not found
13 Error connecting to server
14 Error communicating with server
15 Recipient error
16 Error sending the data
17 Error while quitting
20 Not enough resources
SUCCESS 0


Hope this helps 8)
JD
Posts: 3
Joined: Fri Jun 06 2003

Thank you ...

Post by JD »

Thank you Joan.

J.D.
Post Reply