| Thread | Last Post | Replies |
|
| Outlook 2003 failed to load .NET Add-in | 17 Sep 2003 21:49 GMT | 1 |
Hi Randy, I'm still looking for solution to this problem. I've attempted in several combinations but still couldn't find out the solution. Here's what I did: 1. I made an empty C# shared add-in (MS Visual Studio .NET 2003) for Outlook
|
| How to create a folder in a C++ add-in ? | 17 Sep 2003 19:18 GMT | 3 |
I've tried spApplication -> CreateObject ("Outlook.MAPIFolder", &spFolder); but it does'nt work. I guess "Outlook.MAPIFolder" is the wrong object name - any suggestions ?
|
| Pop-up Notification. | 17 Sep 2003 15:08 GMT | 1 |
Hi, I would like to be able to get a pop-up notifcation message for e-mails coming in to a shared public mailbox. is this possible and how would i go about acheiving this? Kind Regards
|
| need code/plugin to save attachments and create shortcut | 17 Sep 2003 13:06 GMT | 1 |
like the title says i need a macro/code/plugin for outlook 2000 to save (or delete) attachments from any specified folders and to create a shortcut to the saved attachment so that the user knows what attached files the mail contained!
|
| Using Outlook View Control to display search results ... | 16 Sep 2003 15:01 GMT | 5 |
I am trying to build an application that helps users search multiple folders in Outlook (like Inbox & Sent Items) at the same time for some custom properties, and display the results in the Outlook View Control.
|
| A reasonable way to sync Outlook folders for two computers? | 16 Sep 2003 14:11 GMT | 3 |
I am trying to find an alternative way to synchronise my Outlook (Contacts, Calendar, To Do, Notes) at home with the office one. I was usual to do it using a Windows CE device, and it has always worked fine. Now I don't have the handheld anymore, and can't find a way to
|
| Outlook 2002 & COM | 15 Sep 2003 19:34 GMT | 3 |
I created an aspx page on my local machine that logs the number of contacts I have in my Outlook 2002 client. (pls see code below) --------------------------------------------------------------------------- Dim objOutlookApp As Outlook.Application
|
| Outlook Import Addin | 15 Sep 2003 18:34 GMT | 6 |
Is it Possible to write an Add-in for Outlook 2000 which can be added to the import filter list? I have written a piece of code to import an .ldif file into the Outlook contact list. But I don't know how to add it to the import filter list.
|
| Outlook advice/direction deploying appz | 12 Sep 2003 14:16 GMT | 1 |
Trying to send a Setup file to a bunch of employees (~300). I have made 2 custom forms in Outlook. When a user runs the setup file...it should automatically write a new Personal Folder in outlook folder tree, add the 2
|
| Get Folder Selected | 12 Sep 2003 13:07 GMT | 2 |
I am a beginner in doing the plug in in Outlook 2002. Currently i am facing a problem. I have a lot of user-created personal folder. So i need to detect the personal folder that the user is currently
|
| Outlook 2000 & .NET | 09 Sep 2003 19:15 GMT | 1 |
Has any used .NET to develop COM Add-ins for Outlook 2000? I am wondering about the compatibility/feasibility between Outlook 2000 version and .NET. Thank you.
|
| Outlook add-in setup problem | 09 Sep 2003 15:22 GMT | 1 |
I have the following problem: I created a COM add-in for Outlook XP with Visual Basic .NET. It works fine on the development machine, but it won't install on a test machine with the .NET framework installed. The OnConnection event is
|
| Customizing Meeting Request Form | 09 Sep 2003 12:17 GMT | 1 |
I require to customize the meeting request to do the following. 1. Add a column as "Room" in the Calendar view of the scheduling TAB
|
| Rules Wizard Not Reliable | 08 Sep 2003 16:49 GMT | 1 |
I've never had total luck with any version of the Rules Wizard. For the current issue I'm using Outlook 2002 (10.4712.4219) SP-2 Issue 1: I setup a rule to forward any message received with in a date range and went to "run now" on the folder (tried several different ones) and
|
| Howto: Get email message in raw format? | 05 Sep 2003 14:55 GMT | 2 |
I am writing an Outlook addin that needs to be able to read all parts of the email message in its raw format, i.e. content/mime types/headers etc. Probably as string. The result should look something similar to when you save a message as a .eml in outlook express or when you use ...
|