我無法弄清楚如何獲得使用VS 2010構建的C#外接程序,它工作於Outlook 2007. Outlook不加載它,我得到這個錯誤: Microsoft.VisualStudio.Tools.Applications.Runtime.InvalidManifestException An unexpected element "description" was found in the XML.
我有一個C#.NET Outlook 2007加載項,必須訪問通訊簿才能完成各種任務。然而,在這些任務每次都有訪問地址簿,我得到以下警告對話框: A program is trying to access e-mail address information
stored in Outlook. If this is unexpected, click Deny and verify
your
最終我試圖將範圍寫入文本文件。當我得到範圍的值時,它返回一個2d變體數組。但是,如果我嘗試將它傳遞給轉換函數,它會給我一個類型不匹配錯誤。 的代碼是: Dim Data As String
Set ts = fso.CreateTextFile("testfile.txt", True)
Data = ArrayToDelimitedString(wksMyWorkSheet.Range("r