博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年6月15日

摘要: These components and class libraries are free to be used in both commercial and non-commercial libraries. Downloads ActiveX Components · .NET Components Blogger 2.0 .NET Component The Blogger 2.0 .NET... 阅读全文

posted @ 2006-06-15 23:45 LeeCheng 阅读(367) 评论(0) 推荐(0)

摘要: Microsoft.Office.Interop.Outlook.Application app = new Microsoft.Office.Interop.Outlook.Application(); NameSpace ns = app.GetNamespace("mapi"); ns.Logon("", "", false , true); MailItem message = (Ma... 阅读全文

posted @ 2006-06-15 21:34 LeeCheng 阅读(280) 评论(0) 推荐(0)