OK, I am still hacking with this ASPMail COM object.
Anyway, I dug hard into the OLE information, and figured I would walk step
by step.
So I figured I would start with the basics here, and dig a little deeper as
I went. So I wrote this, and I get the ooops, so this is not working.
But if I change it to Excel.Application it works. The ASPMail object that I
bought, shows documentation for asp like this.
Set Mailer = Server.CreateObject("SMTPsvg.Mailer"); So I am assuming to use
the smtpsvb.mailer in my code, but I don't work. Is there a secret for
trying to find out the name (or the name it wants) from a COM Object?/
Signed Confused.
code dies below
#! perl
use Win32::OLE;
my $mailer = Win32::OLE->new("smtpsvg.mailer") or die "ooops\n";
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]