-
VBSendMail & Office64bit
I have not found alternative methods to send mail from Office via smtp.
VBSendMail works fine with Win64bit-Office32bit but gives "Interface not registered" error with Win64bit-Office64bit.
On the same pc the example executable "SendMailExample.exe" works but from office (64 bit)
Set poSendMail = CreateObject ("vbSendMail.clsSendMail")
returns the "Interface not registered" error.
Do you have any idea how to solve the problem?
Many tank's
Giorgio
-
I have not found alternative methods to send mail from Office via smtp.
VBSendMail works fine with Win64bit-Office32bit but gives "Interface not registered" error with Win64bit-Office64bit.
On the same pc the example executable "SendMailExample.exe" works but from office (64 bit)
Set poSendMail = CreateObject ("vbSendMail.clsSendMail")
returns the "Interface not registered" error.
Do you have any idea how to solve the problem?
Many tank's
Giorgio
tried this right now
works fine
-
 Originally Posted by sarahk99
tried this right now
works fine
thank you,
did you use different statments than the following?
regsvr32 C:\Windows\SysWOW64\vbSendMail.dll
regsvr32 C:\Windows\SysWOW64\MSWINSCK.OCX
I don't understand why it works with the "demo" executable and gives error with office64bit.
I found this article but I haven't had time to try it yet
https://techtalk.gfi.com/32bit-objec...t-environment/
Giorgio
Similar Threads
-
By Javier Soto V in forum VB Classic
Replies: 0
Last Post: 05-30-2012, 12:12 PM
-
By anonymous in forum VB Classic
Replies: 0
Last Post: 08-01-2002, 12:03 AM
-
By Ranga in forum VB Classic
Replies: 6
Last Post: 10-24-2001, 06:44 AM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 09-18-2001, 08:39 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|