| Thread | Last Post | Replies |
|
| Custom GUI in Outlook 2003 | 22 Jun 2005 14:59 GMT | 1 |
First of all, I am new to both .NET and Outlook 2003 add-ins, so bear with me. Currently I am exploring the possibilities within Outlook to create custom HTML GUI with jscript-files, images etc. The idea is to have a custom (proprietary) application inside the main pain of
|
| CDO library Version problem | 22 Jun 2005 12:20 GMT | 4 |
Does Different Outlook versions require different CDO libraries? Please Help.
|
| Delete Event | 21 Jun 2005 15:15 GMT | 2 |
I saw on outlookcode.com that the only way to trap the BeforeDelete event is if the user has open the details of a contact. Is there any other way to handle the event if a user right clicks on the contact or hits the delete button?
|
| NewInspector Event for outlook 2000 with word as HTML editor | 17 Jun 2005 11:06 GMT | 5 |
The NewInspector Event of Inspectors doesn't trigger when i select HTML WIth Word Editor Option for Outlook 2000. But without word editor option it works fine. How to handle that event for HTML with word Editor (outlook2000)?
|
| Custom Rules | 16 Jun 2005 21:25 GMT | 2 |
Where do I find documentation about creating custom rules in C++.
 Signature Michael Tissington http://www.oaklodge.com
|
| Adding a Button with a link | 16 Jun 2005 21:11 GMT | 1 |
I would like to add a button with a link to an URL to the outlook standard toolbar. Does anyone have any sample C# code to do this?
|
| Problems with modeless dialog | 16 Jun 2005 15:06 GMT | 2 |
I'm created the Add-in with toolbar and button. When user clicked one the button i show modeless dialog but i have the following problem that tabs on my controls does not work? You can press 'tab' key but nothing happen :(.
|
| How to catch Outlook Events | 16 Jun 2005 08:57 GMT | 1 |
Could someone explain me how to catch Outlook events ? What I'd like to do is to write a DLL which allows my C++ program to connect to Outlook and detect new mail. I read some subjects on it, but I didn't really understand.
|
| Outlook shutdown bug | 15 Jun 2005 11:55 GMT | 7 |
Under certain circumstances, after an outlook add-in is installed, closing outlook results in the UI being closed. But in the Task Manager, we can still see the OUTLOOK.exe alive. How does one shutdown outlook cleanly. The KB on the MS site gives
|
| How to send HTTP request through my Add-in | 14 Jun 2005 06:50 GMT | 2 |
I want to send http request from my plugin. Means if I click on the outlook plugin button then one request will be send to the particular URL for eg.(http://www.covelix.com/action.aspx). Plugin will wait for response and according to the resulted response it
|
| Detect FolderChange, FolderDelete and FolderAdd | 14 Jun 2005 03:48 GMT | 10 |
What is the recommended and effective way to detect any FolderChange, FolderDelete and FolderAdd event in OUtlook. That include when user right click on a folder and through context menu, add new folder, or delete or rename a folder.
|
| Identify a meeting between different machines | 10 Jun 2005 20:33 GMT | 8 |
Is there an identifier on a meeting so that if I send an appointment to another user on another machien they can identify that they are the same meeting?? How does outlook know?
|
| How to get current account name in outlook 2003 | 10 Jun 2005 11:56 GMT | 6 |
|
| GUI interface for my add-in | 09 Jun 2005 23:41 GMT | 9 |
ppabdu@yahoo.com Hi All, I would like to add a GUI in my outlook 2k as an add-in. Is it necessary to use MFC for this? ot do we have any other solution?
|
| Outlook Addin Progress Dialog (ATL) | 09 Jun 2005 23:21 GMT | 1 |
I have an addin that I've written in ATL. I need to create a progress dialog for to diplay when my addin is taking a long time to process messages. Any suggestions on the best way to do this? Thanks,
|