RE: Redemption

2006-02-06 Thread Nigel Cannings
d to use the Outlook's own sent mail event to see this, and then identify the message Can't work out what I am supposed to be giving MAPIUtils as an object, though Thoughts gratefully received. Nigel -Original Message- From: Steven Manross [mailto:[EMAIL PROTECTED] Sent: 02 F

Redemption

2006-02-02 Thread Nigel Cannings
. Anyone got any ideas (code below) - thanks nigel use Win32::OLE qw(EVENTS); my $sItem = Win32::OLE->CreateObject("Redemption.MAPIUtils"); Win32::OLE->WithEvents($sItem, \&Event, 'IMAPIUtils' ); Win32::OLE->MessageLoop(); sub Event { my ($Obj,$Event,@Args

Net:::SMTP

2002-06-12 Thread Nigel
cepts mail quite happilly from my email client.   It just dosen't seem to relay it anywhere, though.   All help and advice gratefully received.   Cheers   Nigel   #!perl   use Carp;  use Net::SMTP::Server;  use Net::SMTP::Server::Client;  use Net::SMTP::Server::Relay;     $server = new

SOAP POP3

2002-05-23 Thread Nigel
the way   I have particular problem in that my local port 110 is already being hogged by the Norton POP proxy.   Thoughts gratefully received   Cheers   Nigel