Programmatically archiving email to PST using .Net

  • Thread starter Thread starter T OPry
  • Start date Start date
T

T OPry

Environment: Exchange 2000 Server running on W2K server

We archive a copy of all messages to a separate mailbox and periodically
move these to monthly PST's for compliance requirements. The program deletes
some based upon sender/subject, the rest are moved to the PST.

With VB6 we could use MAPI to accomplish this task, however MAPI is
apparently not supported under .NET.

I've looked at WebDAV - but did not see support for PST's and ADO.Net, but
have not found any references / examples of PST access via that method.

Other than using the Outlook.Interop, what methods can we use to move these
msgs to a PST?
 
Thanks for the reply.
I have converted the original VB6 / CDO application to .Net, with minor
modifications.

Primarily, I was trying to confirm there wasn't another method to accomplish
this, specifically one that used managed code or without the 'unsupported'
CDO object.
 
Back
Top