| Thread | Last Post | Replies |
|
| Disabled ActiveX on Folder homepage in OL2003 SP1? | 17 Nov 2005 19:50 GMT | 5 |
My overall objective is to dispay a new window from a current Active Explorer within the Outlook parent window. I realize that there is no legitimate way to do this (that I can find)... So far I have created a very simple ActiveX control that displays nicely in
|
| AutoUpdating Outlook Addin | 16 Nov 2005 14:29 GMT | 3 |
I was wondering if anyone had any experience with updating Outlook Addin's. I know of the regsvr32 to register the dll but I was wondering if there's a way to replace the DLL while outlook is open or some better way. Thanks
|
| Problem with appointments in calenders of additional mailboxes | 16 Nov 2005 09:59 GMT | 2 |
I made an add-in which captures the ItemAdd events for appointments and presents the user with a window. This also works for calendars of additional mailboxes (if there are any). The thing is... if somebody makes an appointment in such an "additional"
|
| how to get the "From" field from "All mail fields" in appointment? | 15 Nov 2005 14:21 GMT | 1 |
when you look at an appointment in Outlook 2003 and you go to Design this form and look at "All Mail fields", you find a field "From". Is there any way to access this field from within the ItemAdd event for an appointment?
|
| How can I catch a message after its been sent out? | 14 Nov 2005 15:33 GMT | 2 |
I'm modifying my existing addin. After an item is sent out, I need to take the message and create a PDF from it. The PDF conversion isn't the problem, I can handle that fine. At any rate, the problem I'm seeing is simply that using the _ItemSend event of the outlook application ...
|
| Read MAPI Profiles via Dot Net | 14 Nov 2005 13:38 GMT | 1 |
is there a way to read the MAPI Profiles via .NET except reading from the Registry? Thanks in advance Graham Smith
|
| MSN Outlook Connector Issue | 12 Nov 2005 18:19 GMT | 4 |
I am using Win XP SP2 w/ Outlook 2003 and MSN Outlook Connector w/ my MSN Premium Account. I have the MSN account as my default in Outlook and am also collecting mail for 3 other POP mail accounts. When I start Outlook it automatically does a Send/Receive and often hangs for ...
|
| Could not get embedded attachment | 11 Nov 2005 18:38 GMT | 9 |
I wrote one C++ add-in which gets all the attachments in the message and save it to the disk. I am using get_attachments() api for that. But if mail has embedded attachment this api could not detect that attachment.
|
| OL 2000: COM Add in buttons for Norton Anti Spam keep disappearing | 10 Nov 2005 14:16 GMT | 1 |
I've installed Norton Anti Spam and the program buttons keep disappearing. The best suggestion Norton has is to deselect and reselect it as a COM add in. This is getting tiresome. Is there a fix within Outlook?
|
| fldpub.dll could not be installed... | 10 Nov 2005 13:52 GMT | 1 |
After reinstalling W98 and Office on one computer, I set up net folders to share a calendar via a wireless network. It works fine but I keep getting a dialog box that says "fldpub.dll could not be installed..." and asks for the install disk. When i insert it nothing happens. How ...
|
| Normal.dot always asks to be saved | 09 Nov 2005 14:42 GMT | 3 |
I have a Word Add-in which after I perform a merge and then close the document it will ask to save normal.dot. Is there something wrong with my add-in that is causing this? Thanks
|
| Folder count and event advise | 08 Nov 2005 20:23 GMT | 3 |
We are trying to monitor the ItemAdd event for email folders. On advising the folders, we seem to be hitting a limit on the number of folders that can be advised - 33. Is this a known limitation ? or is it a memory issue local to our
|
| QueryInterface for interfaceOutlook._Application failed | 08 Nov 2005 17:37 GMT | 1 |
I have an outlook add-in which works fine for outlook 2003, 2002, and works sometimes on outlook 2000, but in this case it is giving me this error: QueryInterface for interfaceOutlook._Application failed
|
| Address Card - Card Width | 08 Nov 2005 14:05 GMT | 2 |
How I can get the value of the Address Card dimensions from OOM? If this is not possible, where does this value stored? Registry? File? Thanks a lot for your help. Cheers,
|
| Outlook 2000 addin fails when built on Windows XP/2003 | 07 Nov 2005 18:42 GMT | 1 |
I am writing an Outlook addin using Visual Basic and CDO. If I build my addin on Windows 2000, it runs successfully on Outlook 2000/XP/2003. However, if I build the addin on a Windows XP or 2003 system, it fails to successfully initialize when installed in an Outlook 2000 system.
|