You can't if you use the Outlook object model, even in Outlook 2007, which
has a Store object available.
You would need to use another API such as CDO 1.21 (no managed code) or
Extended MAPI (C++ or Delphi only, no managed code) or a COM MAPI wrapper
such as Redemption (
www.dimastr.com/redemption).