I have generated a series of rows using C# and VSTO. I have basically loaded a couple of rows with data and have given each cell a NamedRange. My question is how would I, knowing the beginning row and
I\'m writing a Outlook add-in that needs to access Outlook contacts.开发者_运维知识库I have successfully obtained a list of local contacts but cant seem to find an example that will give me access to
Closed. This question is开发者_开发技巧 opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citati
We have a WinForms application where we have to use COM to interface with Excel and/or PowerPoint (I know, COM objects are a major hassle, and I\'d like to not have to use them at all, but at least fo
I have requirements from our client where we basically have to \'parse\' PDF files from various different sources.
I need to create a workbook which has a raw data on a sheet and a pivot table on another sheet. The pivot is created from the ra开发者_开发技巧w data. Then I need to create a chart with this pivot on
I need a custom outlook rule action: \"Save the email attachments to DB\", for this action the attachments in that email will be automatically saved to DB.
I am running into problems with an Outlook Add In I created. Somehow Outlook doesn\'t shut down properly. I\'ve seen all the postings about using ReleaseComObject and such.
I have an Outlook Addin developed in C#,VSTO and has a lot of unstructured code and very huge in size. 开发者_开发百科every time there is a modification / Update ,I have to Manually test it from end t
I know a lot of ways how to extend Outlook and add new Reading Panes and 开发者_高级运维Inspectors to the Outlook, but what really bugs me is how to extend and modify the existing reading panes?