hi,
check this
Programming samples that can reference items and folders in Outlook by using Visual C# .NET
http://support.microsoft.c
check following link
Sending Emails Through Outlook using C# and VB.NET
http://www.c-sharpcorner.c
in this link he is accessing outbox folder and then creating a new mail
similar way you can access the sent folder and delete mail
Main Topics
Browse All Topics





by: jimbobmcgeePosted on 2009-09-08 at 05:25:15ID: 25281083
Is your Outlook folder local (i.e. in a PST) or stored on an Exchange server? com/produc ts/mapi-st ore-events .php
If Exchange, you may be able to do this with WebDAV.
If local, the following free component may help: http://www.add-in-express.
I've never used either method, though, so I may not be able to help further.