摘要:
using System;using Microsoft.Office.Interop.Outlook;namespace ConsoleApplication1 { internal class Program2 { private static void Main() { var app = new ApplicationClass(); var mailItemClass = app.Cre... 阅读全文
摘要:
Don’t Delete – Just Don’tTuesday, September 1st, 2009. After reading Ayende’s post advocating against “soft deletes” I felt that I should add a bit more to the topi... 阅读全文