Search found 2 matches
- Thu Aug 04 2005
- Forum: Visual Basic Community
- Topic: Problem with SendSMTPMail
- Replies: 3
- Views: 9678
Joan Thanks for your response. I am using version 2.50c lRet does not return a value - the SendSmtpMail call causes a VB error to be raised. If I catch it the error is: -2147417848 - Method 'SendSmtpMail' of object 'ICDIntfEx' failed On further investigation I notice that this call, with the from pa...
- Wed Aug 03 2005
- Forum: Visual Basic Community
- Topic: Problem with SendSMTPMail
- Replies: 3
- Views: 9678
Problem with SendSMTPMail
I am having a problem using the SendSMTPMail function. Here is my code: Dim PDF As New CDIntfEx.CDIntfEx Dim lRet As Long lRet = PDF.SendSmtpMail("192.168.5.100", 25, "test@test1.co.uk", "test@test2.co.uk", "", "", "RW", "PDF", &q...