| Thread | Last Post | Replies |
|
| Ken: Questions on your Inspector Wrap Class | 14 Jul 2004 16:07 GMT | 3 |
Hi Ken I am using a copy of your Inspector Wrap class in my code. I have a couple of questions that I hope you can help with. 1. Unique key for toolbar: I noticed that each button on a commandbar has to
|
| Outlook 97 Add-ins | 14 Jul 2004 14:44 GMT | 1 |
For our Outlook XP clients, I have written a COM Add-in which works fine. We need the same functionality for Outlook 97 clients. How do I create an add-in for Outlook 97 clients (non-COM?) and integrate it with corresponding ECF?
|
| Com Add-in Question? | 14 Jul 2004 14:42 GMT | 10 |
I have created a com addin for Outlook and am using a Designer (actually I use 2, one for Word and one for Outlook). The designer registers the dll automatically to HKCU but I need to use HKLM.
|
| Outlook Objects Extra Information | 14 Jul 2004 08:56 GMT | 1 |
I am not sure if my question make sense to you all, if there are better approaches than this. How do I write extra information into MAPIFolder objects, outlook items like Task Item, Notes item, Contact Item and etc ,which eventually will be saved
|
| Embedded messages not saved properly with Redemption | 14 Jul 2004 07:21 GMT | 3 |
When saving an Outlook message in .msg format using Redemption (SafeMailItem.SaveAs), embedded message attachments aren't saved properly (see code below). They show up in the saved message with a tilde (~) for the attachment name. When I try to open the embedded file, I get the
|
| Folders in Outlook 2k and 2003 | 13 Jul 2004 15:44 GMT | 1 |
Hi out there, I have written a small addin that copies folder properties in OL 2003 (mechanism like goto source folder -> get properties (folder.view) -> goto destination folder -> set properties).
|
| How to "hard" delete item using extended mapi? | 13 Jul 2004 10:57 GMT | 6 |
Which function in extened mapi for hard delete messages, so they wont go to the deleted items folder? thanks
|
| Outlook addin not working | 12 Jul 2004 20:20 GMT | 1 |
I am trying to use Outlook 2002's VB editor to write an add-in. I've never done this before, so as a start, I thought I would just add MsgBoxes to the common events. The code's pasted below, and is based on a template in the VBA Help.
|
| Add Category to Master Category List | 12 Jul 2004 14:14 GMT | 1 |
additionally to my question in the other thread: Is there a way to add a category to the MasterCategoryList programmatically? When I add a new category to the <item>.categories string it is saved only
|
| Retrieve List of Categories | 12 Jul 2004 09:36 GMT | 1 |
I try to code an addin that synchronizes 2 calendars based on categories, ie only appointments with specific categories selected are synchronized. I therefore need a list of all available categories, so
|
| Determining the Mailbox for an Addin in C# | 08 Jul 2004 15:42 GMT | 5 |
Using: Outlook 2003 on Windows XP, Exchange 2000 environment I have an addin written in C#. It is used by an admin assistant who manages 3 different calendars. When she creates an appointment in one of the calendars, I need to know whose calendar she is entering the appointment
|
| Certain HTML e-mails cause Outlook VBA to crash | 08 Jul 2004 14:51 GMT | 1 |
I posted this in another newsgroup before but got no answers. Hope someone can help. I have developed an addin for Outlook that seems to work well for Outlook 2000-2003. However I find that Outlook 2003 crashes if I try and use the
|
| Time based rules in outlook | 08 Jul 2004 14:50 GMT | 1 |
Are there any time based rules in Outllok 2003? For example, If I receive an email from X after time Y forward it to... Are there any plugins available to address this scenario?
|
| Outlook VBA for Outlook 2003 keeps getting disabled | 08 Jul 2004 14:48 GMT | 1 |
For some reason Outlook vba keeps gettting disabled in Outlook 2003. Even when I do not use VBA... When I restart Outlook it tells me that VBA will be disabled. I know how to reenable it but how do I stop this from happening all the
|
| Linking Distribution list contact using Redemption fails | 07 Jul 2004 19:32 GMT | 1 |
My code adds a contact (who has 2 email addresses) to a DL using Redemption's recipients.addex method (Redemption version: 3.40335). Althouh .resolved returns true the contact has no link to the contact inspector. === Here's the code =======
|