| Thread | Last Post | Replies |
|
| Help with X-Headers and forwarded/replied emails. | 19 May 2006 18:35 GMT | 5 |
Hello -- I have a C# plugin for Outlook 2k3 that sets predefined message classifications in X-Headers using redemption. The issue is that those headers are not inherited by the new item that is created whenever a
|
| Prevent loading add-in programmatically | 19 May 2006 18:34 GMT | 3 |
We are migrating from a fat client to a terminal server (Windows Server 2003 with TS) environment. In the old situation we had some user's pc's installed with a third party tool that uses an Outlook Add-in DLL. In the new situation this third party tool is installed on the terminal
|
| Can't get out-of-office to work. | 19 May 2006 10:40 GMT | 2 |
The Oout-Off-Office option is in the drop down, however when I click it i get the following message " The command is not available. See the program documentation about how to use this extension" I've gone to the add-ins page in option to install again but that doesn't
|
| Help with 'MailItem' object of WordMail Inspector | 18 May 2006 19:28 GMT | 2 |
I have created an Outlook addin that was originally designed to do some processing on a selected mail item in an explorer and it works great. One of the things it does is a "SaveAs" to html format and then send the html version of the email to a web service.
|
| problem with installer for addin | 18 May 2006 12:08 GMT | 5 |
i wrote an addin for outlook with office developer. Now I need a MSI-Installer for the addin. I tried with WinINSTALL LE and the msi package works, when I use the 'per user' option and HKEY_CU registry entries. But it works only, when I'm logged in as Administrator. The
|
| Send email immediate when Outlook 2003 is closed? | 17 May 2006 15:36 GMT | 1 |
Send email immediate when Outlook 2003 is closed? I'm broadband so I'm always connected to the net but Outlook is usually closed during the day except when I specifically want to receive and reply to email. Of course I also send email when Outlook
|
| my first outlook add-in, in c++... | 16 May 2006 16:44 GMT | 3 |
And I'm apparently suffering from a common problem - how to get Outlook to shutdown after my add-in is installed. I've flailed for a couple of days, now it's time to ask for help. I've gleaned that I need to somehow close or release or free something in the OnClose event for ...
|
| Is it Possible to Add a Pane in Navigation Pane with .net(c#) | 16 May 2006 04:47 GMT | 4 |
I need to intrigrate my app with outlook and for this i want to add a new pane in outlook navigation pane. I have tried add custom bars in other areas such as menu and standard tool box but i want to add a new pane in navigation pane, obviously i will develope a form for it later ...
|
| Outlook Contacts | 15 May 2006 17:35 GMT | 3 |
I don't know if anyone has experienced issues like the one I've experienced, but with the advent of Outlook 2003, I have noticed that users have been creating contact folders all over the place in outlook. Because of this, I've had to write logic to recurse folders all over the ...
|
| Check Outlook is install | 15 May 2006 14:35 GMT | 1 |
I'm making a program in C# which use contact items in Outlook. And i would like to known how to check if Outlook is install on the pc and if it exist load the Outlook library ? Thanks for help !
|
| Animated GIF's | 15 May 2006 08:20 GMT | 2 |
Anyone know how to add animated gifs to an outgoing outlook email. I have a American flag that is flowing that I would like to appear at the end of the messages. Thanks
|
| Null Contacts returned from MAPFolder.Items | 12 May 2006 20:40 GMT | 2 |
I'm new to OL programming, am using C#, and am having an issue... We have a Public Folder that contains a Contacts form with approximately 5,000 contacts. We want to export this to an Excel report programmatically.
|
| VSTO plugin + Distribution List resolution problem.. | 12 May 2006 18:44 GMT | 6 |
Hello -- I have a VSTO plugin for Outlook 2003 SP2. It checks the recipients for each message against a list and issues a warning if there is a match. If the recipients list contains a Distribution List, it will
|
| nameSpace.OptionsPagesAdd | 12 May 2006 15:01 GMT | 2 |
I'm trying to handle the nameSpace.OptionsPagesAdd event to show a custom property page for a folder. see code below. Problem may eventhandler is only called the first time i open the option dialog for a folder and then never again as if my EventHandler has been detached.
|
| Search for contact item with double quotes in Name | 11 May 2006 20:01 GMT | 2 |
Is there any way to search for an Outlook contact item that has double quotes in there Name/FileAs field ? The FileAs field has like - Smith, David "Home" Dim fldrs As Outlook.MAPIFolder
|