| Thread | Last Post | Replies |
|
| Setting A Command Bar Button Picture - Catastrophic Failure Error | 14 Jul 2006 14:42 GMT | 1 |
I've developed a COM addin for Outllook (using VB6) which places a new command bar button into the Standard toolbar. The button is created for each inspector window at the point it is opened. The button needs to have both an icon and text but I'm having trouble setting the icon.
|
| Add controls with out publishing in C# | 13 Jul 2006 14:49 GMT | 12 |
Is it possible to add a custom form to an Appointment Item and contols to that custom form in C# and make the form visible with out publishing the form ? What I want to do (and dont know if is possible) is if a user has the add-in installed and opens an Appointment Item, the ...
|
| security prompt | 13 Jul 2006 05:46 GMT | 1 |
I want to try to replicate the security prompt issue for one of my users on my own machine, but I am not sure which Outlook update to install in order to receive the security prompt that appears when trying to access an email.
|
| Adding/Using a custom form during the NewInspector event | 12 Jul 2006 22:21 GMT | 3 |
I have tried several ways (lates code snippet is at the end of the message) and have observered many questions all over the web - but none of the code snippets seem to apply to my environment exactly. The problem is simple ...when I "open" an "existing" contact I want to add a ...
|
| Problem with Inspector CommandBars and MS Word | 12 Jul 2006 06:26 GMT | 4 |
I have a next problem: My Add-in adds a custom CommandBar with button into MailItem Inspector's CommandBars object via NewInspector event. The MS Word editor is switched on. It works properly.
|
| Outlook Language Code Page from MAPI C++ form | 07 Jul 2006 17:23 GMT | 3 |
IB VB I can call: Outlook.Application.LanguageSettings.LanguagePreferredForEditing(iid) to test the code page but how do I get the Current Language Code Page from a MAPI add in form written in C++?
|
| Problem in deploying Outlook 2003 Add-in | 07 Jul 2006 15:10 GMT | 10 |
I have developed the add-in using Visual studio 2005 in C#. Outlook add-in is failing to load when Outlook starts on some machines. It works absolutely fine on some other machine. On problematic machines, some times the LoadBehavior is changing from 3 to 2 when
|
| Remove Standard View in Outlook 2007? | 07 Jul 2006 14:34 GMT | 5 |
i have created a custom MAPIFolder and would like to remove some of the default views. I get a COM exception when I try this. Is this a bug in the Beta code or is it just not possible? here is my code:
|
| customized forms in outlook | 07 Jul 2006 12:54 GMT | 1 |
hey, is there any way to embed a customized form in outlook. The form is not based on any existing outlook form. When we design any form, we are asked to use the existing fields of outlook.
|
| pfbackup problem | 07 Jul 2006 01:56 GMT | 1 |
I've downloaded and install the latest version of pfbackup. I am running Outlook 2003 an have never been able to get the option to appear in the file menu. I currently can't get the addin to work at all. When I go to COM addins,
|
| Adding HTML text to the email body for each recipient | 06 Jul 2006 23:25 GMT | 2 |
I have an issue where we need to modify the HTML body of the message for each recipent of an the outgoing email message. For example we are trying to replace a tag in the email message with the recipents first name. So if the body looks like
|
| tracking unreplied messages | 06 Jul 2006 23:10 GMT | 3 |
I would like to know whether there is a method (tool, add-in or just a query) to list all messages sent by me, which have not been replied yet. thanks,
|
| Achieve transparency for icons in Outlook 2000 add-in. | 05 Jul 2006 15:11 GMT | 1 |
I have developed one COM add-in(VC++) for Outlook 2003. Now the requirement is, I have to make incompatible with Outlook 2000 also. It is working fine when I changed the imported .dlls for OL 2000. One major problem I am facing is incompatibility of Outlook 2000 with
|
| deleting CommandBars | 05 Jul 2006 15:07 GMT | 5 |
Is there any good reason to delete all of the Controls in a CommandBar, before deleting the CommandBar itself? -Mark
|
| ActiveSync causing Addin not to load | 05 Jul 2006 05:08 GMT | 2 |
I've written an addin using the 2005 Addin model, and VSTO etc. Works fine, except on machines with ActiveSync (and I presume any other application that starts Outlook as a COM object). Basically, it seems that when ActiveSync starts on login, it creates a COM
|