| Thread | Last Post | Replies |
|
| Getting new and sent mail | 30 Jun 2006 21:17 GMT | 4 |
I'm trying to create an add-in which detects a newly sent mail or newly received mail. What I want to do is then check the email address (from for received mail, to for sent mail) to see if its in a database, and then, if it
|
| Development with VSTO | 30 Jun 2006 18:22 GMT | 5 |
My company is looking at purchasing VS 2005 and I was comparing editions over at MSDN. From what I was able to glean from the comparison page, VSTO 2005 lets me do everything that VS Professional does, with the exception that I can't develop 64 bit or mobile apps
|
| VSTO Outlook Addin calling assemblies that demand FULL trust | 29 Jun 2006 13:27 GMT | 5 |
We have developed an Outlook 2003 Addin using VSTO2005 that talks to a SQL2005 database, and that uses a few custom Windows forms. Everything works fine ... on the machine on which it was developed. However, as soon as we deploy it to a non-development machine, we start getting ...
|
| VSTO 2005 Outlook Add-in Custom Toolbar | 29 Jun 2006 01:41 GMT | 1 |
I'm new to the VSTO and trying to add a custom toolbar to all new email messages. I've successfully run the sample code at http://msdn2.microsoft.com/en-us/library/ms268864(VS.80).aspx that adds custom toolbars to Outlook.Explorer. From my limited research,
|
| How to create custom button in Email form? (Not in the main Outlook form) | 29 Jun 2006 00:57 GMT | 1 |
I want to create a custom button/toolbar in an Email window. When a user opens an Email message, I want to see the button somewhere in the menu of that screen. The code behind the button wil be used to copy the message to
|
| Delpoying outlook add-in | 29 Jun 2006 00:54 GMT | 1 |
http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_vsto2005_t a/html/OfficeVSTOWindowsInstallerWalkthrough.asp In the artical above it mentions Adding a Custom Action to Grant Trust to the Assembly what is custom action and what is all about granting a trust to the
|
| Problem with Bookmark | 28 Jun 2006 18:09 GMT | 1 |
I used a bookmark ( internal Microsoft.Office.Tools.Word.Bookmark bkCode) in Wordtemplate application. When i am writing bkCode.Range.Text ="Hello"; and when i access the bkCode next time it doesn't exist anymore.
|
| Error creating new project | 28 Jun 2006 14:43 GMT | 4 |
I'm having trouble. When I try to create a new Excel/Word project in VS 2005, I get an error and the project does not get created. Error is: "The specified module could not be found. (Exception from HRESULTS: 0x8007007E)".
|
| Outlook 2003 add-in | 27 Jun 2006 19:10 GMT | 2 |
I have VS2005 Pro, and will have Outlook 2003 shortly (its on order). I also have VSTO as part of my MSDN subscription, although it won't install (probably b/c I'm only running the trial version of outlook until the paid for version comes in).
|
| Office 2007 and VSTO | 25 Jun 2006 21:25 GMT | 1 |
Did anybody managed to create VSTO project after installing Office 2007? I just tried to create Outlook Add-in without success. Thanks Shimon.
|
| Install question on first time!Help! | 23 Jun 2006 16:57 GMT | 2 |
Visual studio .net 2005 vsto2005 All is Chinese version.But my Office is 2000. After my installation,run Visual Studio .net 2005,I can not find 'the office
|
| Word Action Pane Closing | 22 Jun 2006 15:12 GMT | 1 |
I have a vsto word document with an action pane. If while that document is open the user opens another vsto document the first documents action pane closes. Does anyone know how to stop this?
|
| Adding default signature in Outlook with VSTO | 22 Jun 2006 12:20 GMT | 1 |
Anyway to insert the default signature (option->mail format->signatures->signature for new messages) in C# when creating a new MailItem? Thanks
|
| Office add-in loads 1.1 version of .net framework. Why? | 20 Jun 2006 16:05 GMT | 2 |
There are two versions of the .NET Framework installed on the system: 1.1 (+ language pack) and 2.0. There is NO .manifest file that could tell office apps to load 1.1 version at startup. The add-in is targetted at 1.1 version however. And ... office loads 1.1 version!!
|
| explorer.activate event for installing commandbar on new explorers | 20 Jun 2006 14:04 GMT | 3 |
Trying to set a commandbar when Outlook opens. Several references have suggested patching into the explorer.activate event, installing the toolbar only on the first call to the event. Those references are all somewhat dated, using earlier tools and
|