| Thread | Last Post | Replies |
|
| Outlook 2007 WordMail Editor and Document Properties | 09 May 2007 20:36 GMT | 2 |
We have an Office add-in that stores data in custom document properties. For consistency we'd like to store the data in the same location on Outlook items. While I can retrieve the document object and modify both the built-in and custom document properties, the changes are lost ...
|
| VSTO Outlook Addin doesn't get loaded for non-admin user | 09 May 2007 19:24 GMT | 5 |
I am trying to deploy my VSTO Addin for Outlook 2003 for all users on a machine by following these steps: 1. Change addin installer to add keys to HKLM instead of HKCU. 2. Build installation.
|
| Creating Accept/Reject sort of functionality on Mail Messages | 07 May 2007 14:43 GMT | 5 |
I wanted to create and program Accept/Reject (of Meeting Request type) sort of buttons but these buttons will be on my HTML mail messages. I mean when recipient opens my mail message he will be presented with mail message body and at the bottom my buttons will be
|
| Tasks to Appointment | 07 May 2007 14:41 GMT | 6 |
I've noticed that in Outlook 2007 it is possible to "Copy a task as appointment" from the daily task list. One task can be copied as several appointments. Now the task is somehow aware of all the appointments it has been copied to. Is there a way to find this out programatically. ...
|
| How to program changes in Outlook Addressbook? | 04 May 2007 14:50 GMT | 1 |
Hello all, I hope someone in these two newsgroups knows something about this subject (or point me to somewhere else to ask if I'm wrong here). Problem: In Outlook 2007 (and all the older ones too) there is an "Address Book" application which shows all the MAPI address books, ...
|
| vsto 2005 se/outlook 2003 add-in doesn't load | 03 May 2007 22:33 GMT | 3 |
I developed an outlook add-in with following configuration: windows xp vsto 2005 se visual studio 2005
|
| Deploying outlook 2003 add-in using VSTO SE | 03 May 2007 00:59 GMT | 4 |
I have developed an outlook add-in (C#) with following configuration: Visual studio 2005 Outlook 2003 VSTO SE
|
| Folder Icon in Outlook Tree | 02 May 2007 17:52 GMT | 3 |
In the tree on the left hand side Outlook iconizes a number of it's folders: deleted items is a little recycle bin; junk email has a no-entry sign overlaid; RSS feeds has the classic RSS icon overlayig the folder; etc I want to create a folder with MY icon (or any other ...
|
| How to store custom data with Folder | 02 May 2007 08:20 GMT | 15 |
In order to store my own custom data with an item i used named properties, and add them via REDEMPTION .HrSetOneProp method , is the same possible with folder, and how???? I want create custom property to ost folder e.g. userID property.
|
| UserProperties Icon | 01 May 2007 21:17 GMT | 2 |
I have added a useproperty to a folder, I want to display the userproperty as an icon (my custom icon). I the folders' view. Can I do this?
|