| Thread | Last Post | Replies |
|
| Catch Outlook Form and Form Control Events in C++ | 16 Aug 2004 09:54 GMT | 2 |
I have designed a custom form, which has Edit boxes, Combos and Push Buttons etc. Is it possible to catch events like Change Events for Edit Boxes Change Event for Combo Box, Getting Selection and Setting Selection Click Events for PUSH buttons on the Outlook Form.
|
| Personal Folders Backup Tool | 14 Aug 2004 22:52 GMT | 1 |
Unable to install pfbackup.exe downloaded from Microsoft site. Keeps saying I already have a previous version installed and that I should say Yes to uninstall previous version. When I clicked Yes, it said it cannot uninstall
|
| Redemption - Import from MSG | 13 Aug 2004 04:02 GMT | 2 |
>>Dimitry, >>The sequence. >>1. Use GetItemFromMsgFile for get back IMessageItem >>2. Determine where the message belongs to |
| Opening Outlook | 12 Aug 2004 19:07 GMT | 1 |
C:\Frogram File\Microsoft Office\Office\Addins\fldpub.ecf could not be installed. there is an error in the syntax or formate of file. I have run Office 2003 repair and reinstall
|
| unable to cacel item send event from addin written in vb.net. | 12 Aug 2004 19:05 GMT | 1 |
I have written an outlook addin using shared Addins project templete in vb.net.I want to cancel itemsend event i.e. canceling default action of outlook by setting Cancel=true.Even after setting this property to true this
|
| How can I "send page" when I REPLY email? | 12 Aug 2004 19:05 GMT | 1 |
I want to "send page" when I reply email. I know If I want to "send page by email", I can click IE tool bar -- Tools > Mail and News > Send Page. The page will be sent as an attachment.
|
| Find Public Folder | 12 Aug 2004 14:45 GMT | 1 |
I have a VB COM addin running well for our users of Outlook 2003. They file prolifically in Exchange 2003 Public Folders, and currently have in excess of 50,000 folders. This lead to a request to speed up the process of opening up the "Find
|
| Problem with custom message class | 12 Aug 2004 14:42 GMT | 1 |
I encountered the following problem: from the add-in I added a custom property and I changed the message class for all of the contacts. When I open a contact (any contact) it is opened with the old message class, but if I looked with Outlook Spy the contact has my custom message ...
|
| commandbar - getting started | 12 Aug 2004 14:15 GMT | 1 |
Im trying to get started on this comaddin programming in outlook 2003. Im using c# and created a solution in visual studio and created an example using information from a microsoft example. It compiles and it does load (using the installer created by the wizard).
|
| Outlook External Editor & Java | 11 Aug 2004 15:45 GMT | 3 |
I want to insert a java application to Outlook Composer.Are there any information or internet links that you can suggest me. Thanks in advance
|
| Programmatically hiding Outlook folders | 11 Aug 2004 15:38 GMT | 8 |
I have a VB Add-In that uses a number of folders for temporary storage. Is there a method or a property that Outlook exposes that would allow me to make that folders invisible to the end user, but still give me access to all of the items contained within?
|
| Redemption - GetItemFromMsgFile sample in C++ | 11 Aug 2004 02:44 GMT | 4 |
Hello, are there any samples on the utilizing function GetItemFromMsgFile in C++? thank you.
|
| Microsoft Outlook 2002 | 11 Aug 2004 02:24 GMT | 2 |
When I click on to Microsoft Outlook I recieve this message how can I fix this problem? The add-in "C:\PROGRA~\Hotbar\bin\499~1.0\SBOLExt.dll" could not be installed or loaded. This program may be
|
| Loosing EventHandlers | 10 Aug 2004 21:17 GMT | 3 |
I register the ItemAdd, ItemChange and ItemRemove Events for my calendar, <code> Handles.TheLocalCalendar.Items.ItemAdd += new
|
| Item in the display pane? | 10 Aug 2004 14:43 GMT | 1 |
Is there a programmatic way to determine which item is currently being displayed in the preview pane in Outlook? Cheers, Ben
|