Microsoft Exchange

2002-09-30 Thread Steve

Can anyone tell me if it's possible to create a mailbox
in Exchange 5.5 from perl?

  Thanks,
   Steve



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Microsoft Exchange

2002-09-30 Thread Ramprasad A Padmanabhan

Steve wrote:
 Can anyone tell me if it's possible to create a mailbox
 in Exchange 5.5 from perl?
 
   Thanks,
Steve
 
 

I Dont think that will be the straightforward
Why dont u use a mailer and send the mails using SMTP instead of 
directly creating the mailbox

U could use Net::SMTP if you do care

Ram


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Microsoft Exchange

2002-09-30 Thread Timothy Johnson


There is a new module that was just introduced called Win32::Exchange that
can do that very easily.  If you are using ActiveState's ActivePerl then you
can get it via PPM at Dave Roth's repository.

PPM set repository dave http://www.roth.net/perl/packages
PPM set save
PPM install win32-exchange



-Original Message-
From: Ramprasad A Padmanabhan [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 30, 2002 6:02 AM
To: [EMAIL PROTECTED]; Steve
Cc: [EMAIL PROTECTED]
Subject: Re: Microsoft Exchange


Steve wrote:
 Can anyone tell me if it's possible to create a mailbox
 in Exchange 5.5 from perl?
 
   Thanks,
Steve
 
 

I Dont think that will be the straightforward
Why dont u use a mailer and send the mails using SMTP instead of 
directly creating the mailbox

U could use Net::SMTP if you do care

Ram


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]