| Thread | Last Post | Replies |
|
| Unreliable Outlook Reminders | 13 Dec 2004 23:06 GMT | 4 |
A few users of my Add-In are reporting that their Outlook Reminders are sometimes unreliable. The individual Reminders do not appear when scheduled, and then all appear (expired) in a batch for the first time when Outlook is next launched.
|
| Adding Inspector Toolbars when Previous or Next are pressed | 13 Dec 2004 16:37 GMT | 1 |
I have created an addin using wrapper classes etc and it all works great except ... I add toolbar buttons to the Standard toolbar on a NewInpsector event. Each button is given a unique tag to prevent the "multiple button click problem"
|
| Outlook add-in not working for Italian version of Outlook XP | 08 Dec 2004 22:24 GMT | 2 |
I sent somebody a COM add-in (built-in VB6) for Outlook XP. However the add-in does not load in MS outlook in Italian. Any idea of how I can resolve this in my VB dll code?
|
| Findind an Outlook Item | 07 Dec 2004 04:27 GMT | 4 |
What is the most efficient means of finding an item if you do not know what folder the item is located in. Is there an global identifier for Outlook Items. (example: I want to find and email that is located in the folder Business -> Projects -> Client A, but my program does not
|
| Add pane into outlook. | 06 Dec 2004 20:19 GMT | 3 |
Hi, Everyone, I am a new developer. I was required to plug a small application that used inner company in to the outlook. I would like to add a button or short into the outlook interface and after clicking, the interface of the
|
| hidden folders | 06 Dec 2004 15:43 GMT | 1 |
Greets, Is it possible to create a folder in an OL store that the user cannot see in folders view? I want to keep a copy of each contact item in a hidden store, so that I can revert changes to any given item.
|
| Not showing grouping header | 05 Dec 2004 19:18 GMT | 1 |
Is it possible to remove the grouping header in Outlook 2003? I want to still group by conversation, but the grouping header just takes up too much room. Thanks
|
| COM AddIn for IDE - how to detect host application... | 04 Dec 2004 06:50 GMT | 6 |
just wondering how to detect the host application where an IDE COM AddIn is running in. In "OnConnection" i have parameters "Application" and "AddInInst" - "Application" points to the VBA IDE and "AddinInst" would be, if i got it right, an object of type "COMAddIn" - so it
|
| Insert Hyperlink Common Dialog in Outlook? | 03 Dec 2004 21:33 GMT | 2 |
I would like to use the "Insert Hyperlink" (Ctrl+K) dialog box that is available in Word/Excel/PPT and Access in my Outlook application. It is not a standard function in Outlook but being a Common Dialog I would like to hook it like you can with ShowOpen and ChooseFont etc.
|
| Lock the Remove Add-In | 03 Dec 2004 21:29 GMT | 2 |
Dear Sirs, How can I disable the remove button or stop the users from removing or unloading the add-in from Outlook. Regards,
|
| getting access to a 'search folder' | 03 Dec 2004 16:33 GMT | 1 |
how can I get access to a 'search folder' from within an outlook 2003 addin using outlook object model ? All folders I see are 'real' folders, not search folders. For instance, I would like to see what's in the 'unread mails' folder.
|
| Search for a folder | 03 Dec 2004 07:01 GMT | 7 |
Witch is the best way to search for a folder in the all folders avaible in a profile ? I'm using VC++, so I've tryed to use AdvancedSearch but I do not know how to set the filter parameter.
|
| How to "install" an ECF file? | 02 Dec 2004 22:20 GMT | 4 |
I'm writing an exchange extension add-in for Outlook. I see the documentation on how to write an ECF file. I will build an installatoin program to install my add-in on customer's computers. How do inform Outlook about my ECF file, and tell it to read it in? Do I just copy ...
|
| Add existing commandbutton to ... | 01 Dec 2004 04:20 GMT | 1 |
I have added a CommandButton to a CommandBar, so I now have a reference to a COmmandButton. How can I had the same CommandButton object to another CommandBar ? Thanks.
|
| Setting ControlButtons in Inspector | 01 Dec 2004 04:19 GMT | 1 |
I am handling events for new inspectors and then I get the CommandBars collection looking for some commands ("Assign Task" for example) using FindControls and then setting the control to invisible. The problem is that Outlook seems to be setting the controls back to visible
|