http://qs321.pair.com?node_id=922184


in reply to MAPI Extension - Send Outlook Message without security warning (Redemption)?

Any particular reason why it has to be an Outlook specific module? I've used the generic Mail::POP3Client and MIME::Lite modules with our Outlook/Exchange email system without a problem.
  • Comment on Re: MAPI Extension - Send Outlook Message without security warning (Redemption)?

Replies are listed 'Best First'.
Re^2: MAPI Extension - Send Outlook Message without security warning (Redemption)?
by wfsp (Abbot) on Aug 25, 2011 at 07:16 UTC
    I can't speak for the OP but recently I was setting up a script that sent a report to a centrally maintained Exchange distribution list. It generated a different even more annoying warning where you had to select a period of time. FWIW, this was Outlook 2003; I've found that you get less complaints from Outlook 2010.

    I eventually got the job done using MS Access vba (the one without macro recording). :-(