John Bartow
john at winhaven.net
Mon Aug 7 23:57:14 CDT 2006
idsMail isn't a GW activeX (IIRC GW has an SDK full of them though). idsMail is a third party app that interfaces with a whole slew of email systems (MS, GW, Notes, etc,). The beauty of it is that I only had to send calls to it and its handled the hard part of figuring out which mail system was being used on the PC and handle sending the mail. The ugly part of it is that I do't get the source code so I can't troubleshoot it directly. That's what I'm dealing with now. -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Bryan Carbonnell On 7 Aug 2006 at 22:11, John Bartow wrote: > Anyone working with a GroupWise version 7 environment. Nope, still 6.5 > I've had an application on a customer site for years. No problems now > they went from GW6 to GW7 and mine app won't email anymore. I use an > activeX object (idsMail to perform the mailing functions but their > support says tere shouldn't be a problem as long as the Groupwise > client is still using MAPI or SMTP/POP. There are ActiveX's you can use? Who knew. Going from memory, I just set a reference to the GW object and did all the e-mail creating that way.