| Thread | Last Post | Replies |
|
| Outlook 2007 Backup | 19 Feb 2007 03:31 GMT | 1 |
Microsoft has a personal file backup add in for Outlook 2003. Does this utility work with Outlook 2007, according to MS web site, it does not. I did find on 3rd party forum that someone suggested it.
|
| New mail event doesn't work all time | 18 Feb 2007 13:37 GMT | 6 |
I created a com add-in that fires an event when a new mail arrives. This is the code: Private WithEvents objNS As Outlook.NameSpace Private WithEvents colItems As Outlook.Items
|
| Custom _MailItem for Custom Store | 16 Feb 2007 18:31 GMT | 8 |
I have created an ATL C++ Outlook plug-in for Outlook 2003. I would like to create a custom _MailItem object; that I can control all of the properties at any time. Is this possible? I have created my own store with custom folders for custom events. It so
|
| Outlook 2007 Ribbon Minimized ComboBox OnChange | 16 Feb 2007 14:19 GMT | 8 |
I have added a Combobox through code onto a new group on the RibbonX in Outlook 2007. I am finding a problem with the Combobox when the ribbon is minimized. On the Combobox_OnChange callback, I am putting a messagebox as
|
| Is Outlook already runnig | 15 Feb 2007 06:34 GMT | 5 |
I developed AddIn for Outlook 2003, sometime it's behave strange and there is no other alternative then to restart Outlook, however in Task Manager there are 2 instances of Outlook, it means that Outlook not ended successfully.
|
| Msg File | 14 Feb 2007 17:21 GMT | 1 |
Maybe someone knows how to create a Msg file on the server without installing Outlook there?
|
| Real-Time Checking of New Messages | 14 Feb 2007 14:37 GMT | 3 |
I have been charged with writing an Outlook add-in that would check and possibly change certain messages upon receiving and sending emails. I pretty familiar with Map, but don't know a lot about programmable support for outlook itself. So, my questions are:
|
| Close method returning 80040108 | 14 Feb 2007 00:03 GMT | 4 |
I'm using C++ and Outlook 2007. In my Addin I'm calling the Close method with olDiscard on a Contact Item. I can get various properties on the item but when I try to do a Close I get back an error 0x80040108 which I think is invalid Object.
|
| How to deploy custom form to Organizational Forms Library? | 13 Feb 2007 15:21 GMT | 1 |
I am trying to create Setup project for deploying my custom forms into Exchange Server 2003 Organizational Forms Library using VS.NET 2005 but unable to find any good reference for creating custom action for the same.
|
| Setting the extended File Properties on an msg file | 13 Feb 2007 07:44 GMT | 3 |
Hi Group. I have a wish from my users that a msg file that I create as part of a Outlook 2000 add-in should have the Author, Title and so on specified. I have found the DSOfile sample but even that sample will not set the
|
| Write RTF-Body on ItemSend event | 12 Feb 2007 11:22 GMT | 2 |
I want to create a small Outlook addin that writes some additional lines of RTF text to the body when the mail item is sent. Writing RTF text into the body I'm using a small extended MAPI based procedure written in VC++.
|
| Doubt whether I can develop Outlook plugin for Outlook 2003 and using VSTO 2005 SE | 08 Feb 2007 21:54 GMT | 5 |
Here is my issue. I have already developed a plugin using VSTO 2005 and Outlook 2003. Now since VSTO 2005 SE has come out can i use that and port over my code from VSTO 2005 to SE. Please keep in mind that as of now all my
|
| Create folder (contact or appointment) | 08 Feb 2007 16:55 GMT | 1 |
My program access outlook's data by extended MAPI in VC++. just create a new folder by calling CreateFolder from parent folder and call savechanges(0). I have successfully created folders under outlook. However, I notice that those folders that my program created will be ...
|
| VS 2005 c#.net shared adding project for outlook | 08 Feb 2007 15:25 GMT | 3 |
I am developing a Outlook Addin using SharedAddin project type in VS 2005(C#). My Addin works fine in all our development machines.When I tired to create an installer file and installs in any target machine, my installer file installs with out any error but my addin doesnt get ...
|
| How to get exchange server address from C# Add-in? | 08 Feb 2007 03:38 GMT | 1 |
I am developing add-in for Outlook 2003 (for Exchange Server 2003) using VSTO/C# 2005. As I found during my research on Outlook object model, it doesn't expose active directory security groups for the current user. To
|