http://www.perlmonks.org?node_id=5166

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I want to read an e-mail off a Microsoft Exchange Server from a WinNT Machine running ActivePerl. Is there any modules that can access an Exchange mail server or will a standard mail module work? I searched CPAN for an Exchange module with no success.

Replies are listed 'Best First'.
RE: MS Exchange Mail
by Anonymous Monk on Mar 11, 2000 at 08:12 UTC
    I use Net::SMTP to access an Exchange Server at work from an NT box. It works well.
Re: MS Exchange Mail
by Anonymous Monk on Mar 11, 2000 at 09:36 UTC
    I agree, Net::SMTP is great. I've had much more trouble with CDO and CDONTS with NT. I've had no trouble yet with Net::SMTP.
Re: MS Exchange Mail
by btrott (Parson) on Mar 10, 2000 at 22:53 UTC
Thanks
by Anonymous Monk on Mar 11, 2000 at 22:34 UTC
    Cool!

    Thanx guys, this makes things a lot clearer.

    I'll currently learning perl and the syntax can get a little eyeball twisting at times. Now that I look at it, it seems obvious that it's a hash of hashs... what was I thinking! :-)

    Once more, thanks.