| Thread | Last Post | Replies |
|
| Outlook launched from other program | 26 May 2005 22:14 GMT | 3 |
I have a case where the Outlook send e-mail dialog is launched from a third party application. In this case, my addin toolbar does not appear. Is there any way to hook up a toolbar for this case? Mark
|
| Creating UserProperties using MAPI | 26 May 2005 19:09 GMT | 5 |
I am creating a named user property using the IMAPIProp interface but when I try to access the property via the Outlook object model (Outlook::UserProperties) the property does not show up. Any clues why this may be so and what could be the known workarounds?
|
| How to get Recipient's SMTP Address from Exchange Address in VC++ | 26 May 2005 18:13 GMT | 3 |
I am Developing COM Addin in VC++/ATL. I am using Outlook 2003 connected to Exchange 5.5. when i try to get Recipient's Email address (TO address),i am getting address in exchange format like
|
| Outlook locks up during a send receive with forms open | 26 May 2005 17:52 GMT | 2 |
I am working on an Outlook Addin with VB6 and I found a problem during testing. There is one area where the user will open a VB form to add, remove and update information in a public exchange contact folder.
|
| Addin conflicts with other integration | 24 May 2005 20:44 GMT | 1 |
My addin creates a toolbar button that allows me to send the contents of an e-mail to another program. The addin packages up the e-mail and then sends it to the other program using a WM_COPYDATA message. After the SendMessage call returns, control is returned immediately to ...
|
| Can't uninstall Personal Folders Backup | 23 May 2005 11:59 GMT | 1 |
Can't uninstall pfbackup. It says it's aleady installed. I click "yes" to uninstall it so I can reinstall it. Then it says it's not installed. I'm trying to reinstall it as it disappeared from the File menu after reinstalling Outlook 2002. It's not in Add/Remove Programs. ...
|
| catch events of Ms outlook | 20 May 2005 12:22 GMT | 5 |
How can i programmatically find out when a new contact is added in Ms Outlook . I have written a COM Addin in VC++ for Ms Outlook. And i want to perform some operation when a new contact is added ..is it possible to capture that
|
| register for COM interop flag doesn't work ... | 20 May 2005 11:55 GMT | 1 |
Hi, all. I am creating an addin in c#.net for outlook using visual studio, and I set the flag 'register for COM interop' to TRUE. However, the project build isn't registering automatically... The way for me to register is
|
| COM Add-ins - The Check Boxes will NOT stay Checked - Outlook 2003 | 18 May 2005 19:25 GMT | 3 |
I have installed several COM Add-ins and the only one that will remain with its selection box checked after the window is closed is the Outlook Backup Add-in. I tried Detect and Repair, remove and reinstall add-ins, and still no luck.
|
| OnClick Event problem | 18 May 2005 19:06 GMT | 8 |
When not sufficient place for my toolbar one of my buttons is hidden in the pop-up menu. I press an arrow button (in the right part of my toolbar), see my CommandBarButton but when I click it "OnClick" event does not come to my
|
| Outlook addin problem | 18 May 2005 18:49 GMT | 1 |
jay.chadderw...@emsure.com May 17, 8:41 pm show options Newsgroups: microsoft.public.outlook From: jay.chadderw...@emsure.com - Find messages by this author Date: 17 May 2005 08:11:29 -0700
|
| Changing the Status Bar (Outlook 2003) | 17 May 2005 15:04 GMT | 1 |
I just found out that it is not possible to modify the status bar using Outlook 2002: http://support.microsoft.com/?kbid=294869 Does this limitation also count for Outlook 2003? If not: How do I change
|
| Inspectors event in VC++ ATL Programming | 17 May 2005 10:14 GMT | 11 |
ppabdu[AT]yahoo[DOT]com Hi, I would like to know how we can catch Inspector open and close events. I tried it but i cannot register the event for an inspector(I think this is
|
| Strange Behavior after installing addin - any ideas? | 16 May 2005 17:17 GMT | 5 |
HI - I have just built an addin in VS.Net, using VB shared add-in. It is a simple command bar button, that when clicked, opens a new email form with the word 'secure' in the subject line. Works great. BUT.... now if I click on an email link on a web page, instead of OUtlook ...
|
| outlook addins revisited | 13 May 2005 16:05 GMT | 2 |
Hi sorry to start a new thread but the google groups wouldn't let me add to an old thread. I had a problem where I made outlook addin buttons on the toolbar temporary as there is no way to uninstall them when you are finished
|