Delete email from Outlook with C#
Can anyone help me in writing a code for deleting an email from outlook in C# ?
Note i am workin开发者_JAVA技巧g with a WPF application.
What you need is Outlook automation
Some sources
http://support.microsoft.com/kb/819398
http://www.c-sharpcorner.com/uploadfile/rambab/outlookintegration10282006032802am/outlookintegration.aspx
http://www.outlookcode.com/article.aspx?ID=43
Hope these help.
精彩评论