| Thread | Last Post | Replies |
|
| Problems creating a folder in the Organizational Forms Library | 30 Apr 2005 21:15 GMT | 1 |
I am trying to create a folder in the organizational forms library with the purpose to programmatically publish custom forms in this folder, so they can be used by other exchange users. To test this, I have created a sample application in C# which connects to exchange and
|
| Inspector Wrapper Classes for Outlook 2003 & SMTP | 29 Apr 2005 21:35 GMT | 1 |
Pretty new to Outlook plugins and developing with VB6. I need some pointers on how to create a success inspector wrapper class where I can have multiple instances of inpectors open at the same time and when I click on my new "Send" button it will only send the current
|
| Personal Folders Backup Add-In | 29 Apr 2005 01:59 GMT | 3 |
I'm using Windows XP SP2 and Outlook 2003 SP1 on a standalone machine. I have previously (when using Outlook XP) used the Personal Folders Backup Add-In downloaded from the Microsoft site. When I install it with Outlook 2003 the 'Back-Up' option under the 'File' menu does not ...
|
| Programatically change item's icon | 29 Apr 2005 00:46 GMT | 1 |
I would like to be able to put a different custom icon on each e-mail in a folder. In order to achive this, I thought of the 2 possibilites below: 1) Add my custom icons to the default ones in Outlook's resources
|
| Copy Appointment Item | 28 Apr 2005 18:21 GMT | 1 |
I have a custom appointment form(SMSAppointment) which has a extra tab on it. Customers are complaining because when they send a meeting request to someone the new appointment form is installed on the recipients machine as the default appointment form.
|
| Property Pages | 28 Apr 2005 15:01 GMT | 1 |
I can't seem to get my property page to show. When I make an activex control I get to see the tab, but get the dreaded "unable to display" message. I am using Ken Slovak's PhoneChanger as an example (thank you so much for sharing that with the rest of us Ken). Ken's works, mine
|
| Get Type of Outlook item | 27 Apr 2005 15:14 GMT | 2 |
is there a way to get type of an item in Folder using c#? (e.g. Mail, Post, document ...) Thanks for every Tips. PIT
|
| Where to get Outlook Language Code Page ID? | 27 Apr 2005 14:49 GMT | 1 |
Where does Microsoft set the Outlook UI language ID? I have English United States Windows XP and German Outlook 2003 installed. I want the code page id of Outlook German (which is 1031) instead of English United States (which is 1033).
|
| Add-In Developer Seeking Help | 26 Apr 2005 22:21 GMT | 1 |
Ok, Here's the deal. I am currently developing two add-ins. One is kind of a subset of the other, but I personally believe they are both very useful and I would love to finish them. They are both in a close to
|
| Word as e-mail editor | 26 Apr 2005 14:54 GMT | 8 |
Is it possible to add a toolbar to an inspector if it is using Word? Mark
|
| Adding new menu item to menu bar | 26 Apr 2005 14:34 GMT | 3 |
Hi I am using your code that is used to add an explorer to the outlook. In addition to adding explorer bar I have also added a menu bar item in my plugin
|
| Can we connect to Outlook Calendar View ? | 25 Apr 2005 19:02 GMT | 1 |
I am in the midst of wanting to be able to view my appointments with similar views as Outlook, eg: I can view Outlook calendar using its predefined view (Day/Week/Month
|
| Outlook object model | 25 Apr 2005 19:01 GMT | 3 |
I have found that the web page address of a contact returned by the Outlook object model (Outlook 2000) has the "http://" prefix added when the prefix is not already in the address (as viewed with OutlookSpy). Does the Outlook object model do any other conversions when reading (or ...
|
| Chaining inspector forms | 22 Apr 2005 20:48 GMT | 2 |
I am trying to check the validity of data in a collection of Appointment items between a specified date range. When I find an invalid item I would like to open the appointment to allow the user to correct the problem. After the appointment is saved
|
| How do add an Image(Icon) to a menu Button? | 22 Apr 2005 14:18 GMT | 5 |
I have created a COM addin in C++ that adds a couple of menuButtons(CommandBarButton) to Microsoft Outlook. I have used commandBarButton->put_Caption() to put the caption on to the button. Now, I would like to know how exactly would I be able to add an icon or
|