| Thread | Last Post | Replies |
|
| DASL Filters!!!! | 21 Feb 2006 14:40 GMT | 2 |
Hi evereone!!! I need to fiter contact folder items by FileAs: what should I write in filter (DASL) ?
|
| Outlook 2003 - Out of Office Assistant | 20 Feb 2006 18:25 GMT | 1 |
I have just installed Outlook 2003 (with all the updates, incl SP3) and I can't find the out of office assistant in the toold menu. I have checked that the add-in is there for it and it is. (Exchange Extensions property page) I have checked overything I can figure to get it to ...
|
| Shared Office Add-in | 19 Feb 2006 05:06 GMT | 1 |
First I appologise if this is not the correct newsgroup for this post. I would be happy to post it elsewhere if someone would like to point me to the write one. I have written a managed COM addin for Microsoft Outlook written in C#. My
|
| Right Click on Inspector Window header | 17 Feb 2006 23:09 GMT | 1 |
Is it possible to add to the context menu in an inspector as well. For Example if you bring up a mailitem and right click over an email in the header, it will bring up a context menu asking if you want to add to contacts among other options? Is this available to add to?
|
| Inspector Wrapper utlook 2000 | 17 Feb 2006 22:12 GMT | 5 |
I read http://www.pcreview.co.uk/forums/thread-1856258.php and explored ItemsCB, but I am using an OOM that has the Activate() method but there is no Activate event also there is no Close event on a MailItem. I am having the normal problem where my toolbar does not show up on the
|
| getting E_NOINTERFACE trying to create outlook.application in vc++ (2005) on xp | 17 Feb 2006 17:18 GMT | 2 |
I'm getting E_NOINTERFACE when I try to create an outlook.application object in vc++ (2005) on xp running outlook 2003. HRESULT hr = CoInitializeEx(NULL, COINIT_APARTMENTTHREADED); CLSID clsidOutlook;
|
| How to get attachment if image is pasted in body itself. | 17 Feb 2006 17:17 GMT | 3 |
I have one outlook add-in which reads the attachments of the mail and save those on system. I observed that, if we send mail in which image is pasted in body itself then outlook object model api can not get any attachment.
|
| Outlook.Application handles Quit | 16 Feb 2006 14:45 GMT | 3 |
I got this code below from my COM add-in which handles the Quit on my outlook Application but it never get fired why is this? and how can i fix this? Thankls
|
| Read / Unread change | 16 Feb 2006 14:40 GMT | 1 |
I need a notification when a message changes its 'Read' status of a specific folder and any of its subfolders recursive. I saw the Outlook.Folders.FolderChange and Outlook.Items.ItemChange but I need a recursive notification.
|
| Options Pages with VS2005 | 16 Feb 2006 03:28 GMT | 1 |
FYI - Anyone using Visual Studio 2005 with ATL will find that the WM_INITDIALOG message WILL NOT be sent when trying to initialize an Outlook options page. To work around this issue you will need to handle a different dialog message like WM_SIZE which you will have to include a flag ...
|
| outbak.dll problem | 16 Feb 2006 01:56 GMT | 1 |
I just installed sbs and outlook 2003 was installed on all clients computers. All, but one are ok. The one keeps getting an errror that the add-in outbak.dll is not valid. I looked into the add-in tab and there is nothing loaded. I tried to just look for the dll and delete it. That ...
|
| Uninstall Outlook add-in | 15 Feb 2006 21:55 GMT | 1 |
I installed Outlook add-in:Calendar Views and now want to unistall it. After removing the program through Control Panel, it is still installed in Outlook. How do I remove it?
|
| Background Color for Outlook Property Page | 15 Feb 2006 07:38 GMT | 2 |
Recently I was trying to get this working. I solved it. Here it is: I used a great sample from here: http://thecodeproject.com/wtl/ThemedDialog.asp#xx1149261xx ////////////////////////////////////////////////////////////////////////////
|
| outlook doesn't closed well | 14 Feb 2006 20:06 GMT | 7 |
Hi people, I have a COM Add-in for Outlook 2003, and the problem is when I close the outlook, the process outlook.exe in the task manager don't disapear, then if I try to open the outlook again it fails.
|
| Tasks plug-in with more options? | 14 Feb 2006 06:11 GMT | 1 |
Using O2k3... (Posted to outlook.general also) I've looked around a bit, and was wondering if there was any way to tweak the prioritization setting to allow for more variability than just Low, Normal, and High? I have a few users that would love to be able to set
|