| Thread | Last Post | Replies |
|
| About Contextual menu in outlook-2003 | 30 Nov 2006 14:11 GMT | 1 |
Can anyone tell me how to add an item in the contextual menu when the user right click on the contact.
 Signature Regards,
|
| double-click or save attachment | 27 Nov 2006 20:21 GMT | 7 |
I would like to react to a user's saving an attachment. Is there an event that I can use, such as clicking on save as or double-clicking the attachment. Thanks,
|
| question how to get the outlook advanced find dialog and QueryRestriction restriction | 27 Nov 2006 15:03 GMT | 3 |
hello mvp: i want to hook the outlook advanced find dialog window(hwnd) and the QueryRestriction restriction when user used the find dialog and has specified the restriction.and add my custom button on the advanced find
|
| how to Implement Advanced Criteria Extensions | 26 Nov 2006 19:50 GMT | 1 |
hello every mvp: i have a problem ,i want to implemnet a function about extensions the advanced find dialog to search user's mail from exchange , but i can't find simple ,who can give me some simple about how implemnet the
|
| Outlook Add-In | 26 Nov 2006 19:47 GMT | 8 |
We have an outlook add-in included in our application, it is added to outlook and when it is clicked by user can navigate to our application. To install this add-in, we use the following link http://msdn2.microsoft.com/en-gb/library/ms269007(VS.80).aspx to add
|
| Unsubscribing from events (VSTO, C#) | 22 Nov 2006 14:49 GMT | 5 |
In my add-in I have a method that unsubcribes from delete event handler(it was previously subscribed to) in the begining and subscribes to it again at the end like: public void SynchronizeTasks(...)
|
| Question on Notes... | 22 Nov 2006 09:57 GMT | 2 |
Good morning fellow sufferers ,-) Working on a COM add in that deals with notes. Via Tools/Options you can set default color, size and font for notes. Settings are stored in the registry (only if different from the defaults!) under
|
| Locate Outlook folder from FolderFullPath | 21 Nov 2006 12:47 GMT | 1 |
Is there anyway i can get a instance handle of a Outlook folder from its FolderFullPath? Or I have to a search from the root path until the name of the match the folder name? Thanks in advance.
|
| Would I still use IExchExt | 20 Nov 2006 17:48 GMT | 2 |
I'm trying to add a button and a new menu command to the Outlook window when composing a new email for the standard HTML message and the Word message. From what I've read I need to use the Outlook Object Model. So here is my confusion.
|
| Video email add-in for Outlook 2003 disabled | 19 Nov 2006 18:47 GMT | 1 |
I had recently installed and was using the video email add-in for Outlook 2003. One day when I opened Outlook, I received a message that the add-in had caused and error and has been disabled. I have successfully uninstalled and reinstalled the add-in and still the function is ...
|
| Programmatically finding calendar folders for Exchange server users | 19 Nov 2006 00:39 GMT | 7 |
I'm writing a Windows Service that retrieves appointment data from a separate application, and it posts this data into the calendar for individual exchange users. I'm using PIA with C# for all work so far and it seems OK. The problem is ensuring I'm posting new appointments
|
| obtain last selected mail | 17 Nov 2006 14:20 GMT | 2 |
Is it possible to obtain/remember the last selected mail and save it to an object? Thanks, Steffen
|
| Getting the OWA URL of Contact Item using Outlook Objects and CDO in vb.net 2.0 | 17 Nov 2006 14:13 GMT | 1 |
I must be missing something obvious here in my vb.net 2005 console application I cannot see a way of getting a contact items OWA URL out of the outlook contact item. If I try to include a CDO session to look it up
|
| Add-In works in Excel and Word, but not Outlook | 16 Nov 2006 21:51 GMT | 3 |
The example "How to Build an Office COM Addin by using Visual Basic .NET" works in Word and Excel, but no events are triggered in Outlook (http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3bq302896). It is cut and pasted from the Step by Step Example in this article.
|
| inspector.ShowFormPage | 16 Nov 2006 19:34 GMT | 1 |
Which form pages can be shown by the inspector of an MailItem and how are the pages' names? At the moment my code looks like this: mailItem.GetInspector.ShowFormPage(page);
|