| Thread | Last Post | Replies |
|
| Could we create a mailing list with VSTO | 31 Mar 2007 07:56 GMT | 2 |
We need toadd our own mailing lists in the address book, how to do this ? CS
|
| Automate Spell Check on MailItem.Send() ??? | 30 Mar 2007 14:18 GMT | 1 |
I have inherited an Outlook Addin which is currently working for Outlook XP. The current add in is really simple. It adds a custom button to the "Standard" toolbar for a MailItem's Inspector and, when clicked, this button modifies the email message slightly and then sends it. ...
|
| Suspect Redemption Library Issue??? | 29 Mar 2007 21:11 GMT | 6 |
I have been requested to look at a VB 6.0 extension that is utilizing the redemption library. It is rather a simple extension that employs a one button command bar. The button simply adds an html item to the existing html message in the new message window (HTML only - no word), ...
|
| how to identify deleted contacts for outlook add-in for integratio | 29 Mar 2007 18:04 GMT | 3 |
I am working on integration of outlook contacts with a third party application. It needs to identify contacts that are deleted and delete it from the third party application. Is there anyway we can identify permanently deleted contacts from outlook?
|
| Dibale this addin | 28 Mar 2007 14:54 GMT | 3 |
I have AddIn written with VSTO .net 2.0 platform for Outlook 2003. The addin is deployed and installed on the machine level so the registry keys are added under: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins"
|
| Removing add-ins for all users | 28 Mar 2007 00:53 GMT | 2 |
Good afternoon. Does anyone know of a way that I can remove an add-in from Outlook 2003 clients globally and not receive the error message that abc.dll could not be installed or loaded... if we delete the file from the workstations? We are installing a new piece of software and ...
|
| IMapiTable::SortTable problem | 26 Mar 2007 19:31 GMT | 5 |
I have a problem with the method SortTable at the moment. If I get a SortTable call simply sorting, I pass it onto the Mapi underlying table object and it sorts fine and returns S_OK. But if I try to do any form of grouping on this object it fails with
|
| Problem when adding new toolbar on NewInspector when editor type in Word - Outlook 2003 | 26 Mar 2007 14:25 GMT | 3 |
I am getting problem when i am trying to add new toolbar on NewInspector window of Outlook 2003. 1) I am able to add a new toolbar, but my first problem is that, this added toolbar is also gets visible/enable when i open the Word
|
| Verify if the email has a certificate attached | 25 Mar 2007 21:39 GMT | 3 |
Guys I am developing a app using C#, VSTO and Office 2003. I have a requirement where I need to verify if the email is encrypted or not - meaning it has a certificate attached or not. I dont even need to know
|
| Using C# to create a user-defined field? | 23 Mar 2007 20:17 GMT | 3 |
I am coding a solution that has a function to sync it's database with Outlook. I use a User-Defined Field to keep track of "my" items and it works great. BUT - I can not find a way to add the user-defined field to the folder programmatically. If an app is to be distributet widely ...
|
| Modifying the values of an Outlook inspector window (From,To..) | 23 Mar 2007 19:57 GMT | 3 |
I have the from/to/body/etc fields of an email as individual strings. I would like to recreate the mail item and provide it to the user as an inspector window (that has 'reply'/reply to all/forward as the inspector window, similar to double clicking on an existing email in
|
| Call macro from userdefined Ribbon | 22 Mar 2007 14:18 GMT | 5 |
Hi Newsgroup, I'm able to add user-defined groups and buttons to the Ribbon using VSTO SE. Just a beginners question: What would be the best practice to call a Outlook-Macro if a userdefined button in the ribbon is clicked?
|
| Missing Button Text & Cached buttons | 22 Mar 2007 14:12 GMT | 2 |
It seems outlook does some caching of buttons. Even if I remove buttons from my add-in and reinstall, the old buttons show up. Resetting the toolbar nukes them all but then on the next restart, all the old buttons are there, how to get around that?
|
| c++ and New Inspector event | 21 Mar 2007 15:25 GMT | 2 |
Can somebody tell how to handle a New Inspector event in c++. I realize I need to setup an event handler, but how? It would be great to do this with the Outlook Object Model, but COM events is ok too.
|
| Modifying of the Ribbon in Outlook 2007 | 20 Mar 2007 14:00 GMT | 1 |
Hi Newsgroup, I'm starting to make me familiar with Visual Studio 2005 and Visual Studio Tools for Office SE. I'm able to add user-defined groups and buttons to the Ribbon using
|