vsto
C#: foreach loop to for loop COM-DotNet programming leaky Outlook items
all. I\'m having problem running my Outlook 2010 Add-ins in none-cached Exchange mode. It seem like there is a limit on how many calls you can make to Exchange. From this article my co-workers believe[详细]
2023-03-15 04:29 分类:问答Deploying vsto on a server
I have a word vsto project. I signed the manifest with a test certificate, using开发者_StackOverflow the reate tewst certificate button in the Signing tab of the project propertie. After installing th[详细]
2023-03-14 18:47 分类:问答WinFoms: Not able to load the form. Error: Microsoft.VisualBasic.PowerPacks.ShapeContainer?
I am trying to load the form of a published application. I am getting the below error message: Could not load type \'Microsoft.VisualBasic.PowerPacks.ShapeContainer\' from assembly \'Microsoft.Visual[详细]
2023-03-14 09:31 分类:问答vsto outlook add-in: How to check whether Outlook is online with exchange server
I have a VSTO Outlook 2007 Add-in. I have to check whether Outlook is Offline / Online with exchange server. I am using the code as below:[详细]
2023-03-14 07:08 分类:问答How to trap Drag/Drop event in Word?
I am creating an Add-in (using C#) for Microsoft Word and want to trigger some functionality when some text/image etc. is dragged 开发者_JAVA百科from any source and dropped into Word. So basically I w[详细]
2023-03-14 05:37 分类:问答VSTO: Enable ribbon button only when a document is loaded
How does one set a ribbon button in a Word add-in to be enabled when a document is loaded and disabled when no documents are loaded, just Like most of the built-in buttons?[详细]
2023-03-14 02:09 分类:问答How to avoid split?
I have this text in the document:\"50%\"; when I run this function it just returns \"50\" and after that it returns \"%\". I dont know why it is spliting the 50 of the %... Can you please tell me how[详细]
2023-03-13 12:31 分类:问答Remove C# Escape Character
I am having a problem when working with VSTO\'s Evaluate function, that function is basically translating a formula in Excel and return the value.[详细]
2023-03-12 20:54 分类:问答VSTO outlook Add-in How can I retrieve a Exchange Distribution list members from outlook distribution list
I have VSTO Add-in that gets the recipient from the mailitem and save it in our user list. In case of exchange distribution list or exchange contact as a recipient it works fine by extracting smtp mai[详细]
2023-03-12 18:19 分类:问答Ribbon Load events and Outlook Exchange connection
I\'m using Ribbon XML for my Outlook 2010 add-in project. When I try to detect the ExchangeConnectionMode during the Ribbon Load event. If I turn off the internet connection, it will give me disconnec[详细]
2023-03-11 13:37 分类:问答