RE: Logon with MAPI

2005-09-25 Thread h-taguchi
my $rc = $imap->delete($msg); print "\$rc=$rc\n"; } print "expunge_mailbox...\n"; my $rc = $imap->expunge_mailbox("INBOX"); print "\$rc=$rc\n"; $imap->quit; __END__ Regards, Hirosi Taguti [EMAIL PROTECTED] > -Original Message----- > From

Re: Logon with MAPI

2005-09-14 Thread Chris Wagner
I would deal with it by first issuing a net use \\server\ipc$. Not elegant but it should work. Ja. At 10:40 AM 9/13/05 +0900, [EMAIL PROTECTED] wrote: >Hello, I almost finished a script to delete old msgs >with MAPI, but first "$session->Logon" cause popup for password. >This box says "connectin

Logon with MAPI

2005-09-12 Thread h-taguchi
Hello, I almost finished a script to delete old msgs with MAPI, but first "$session->Logon" cause popup for password. This box says "connecting OUR.EXCHANGE.SEVER". The creator of Outlook Redemption says: http://www.dimastr.com/redemption/ That is not an Outlook security popup (that Redemption dea