| Thread | Last Post | Replies |
|
| any read-only property | 08 Jun 2005 18:24 GMT | 1 |
Hi, all. I am creating an outlook addin in c#. I am trying to create 'read-only' user property in contact item (or folder). Is there any way to achieve this?
|
| Create a Folder at the root in Outlook | 07 Jun 2005 21:37 GMT | 1 |
I want to create a Folder at the root level in Outlook. I tried using Namespace.Folders.Add("Test",olFolderContacts). But I get an error "Unable to create the folder". In 2000, I think I have to create a Person Folder file.
|
| Check Names dialog box in outlook | 07 Jun 2005 14:28 GMT | 2 |
Can any one help me to display the "Check Names" dialog box throug programmatically? Actually in my application when user enters a partial address book nam like "Jo" then i should able to search the address book and get the lis
|
| Install pfbabkup for non-admin or multiple users on XP machine | 03 Jun 2005 15:08 GMT | 1 |
Q: How do I install the Personal File Backup utility (pfbackup.exe) for multiple users on a Win XP machine. OR How do I install the Personal File Backup utility (pfbackup.exe) for a user
|
| Outlook Live - "Account Locked" - cannot unlock it! | 03 Jun 2005 15:07 GMT | 1 |
I signed up for Hotmail Plus a few years ago and had to change my credit card nunmber. I never updated my account with the new number so it was disabled. Now I try to sign up for Outlook Live and my account is locked and I cannot for the life of me get it unlocked. any tips?
|
| Adding a Button with a link | 02 Jun 2005 22:34 GMT | 2 |
I would like to add a button with a link to an URL to the outlook standard toolbar. Does anyone have any sample C# code to do this?
|
| Custom field | 01 Jun 2005 14:45 GMT | 34 |
Is there a way to add / change a custom field (or property? Is there a difference?) for a MailItem using the Outlook Object Model or do I have to use MAPI to do that? In either case, what method or property would I use? Mark
|
| Outlook object without addin | 01 Jun 2005 14:29 GMT | 1 |
Is it possible to interface with Outlook using .NET without actually writing an addin. Here is the problem. I want to create a contact view from my installation before the user starts Outlook with my addin loaded for the first time.
|
| export selected mail message to .msg file | 01 Jun 2005 08:14 GMT | 4 |
I am begginer in Outlook COM Add-in dev. I am developing one application using ATL COM, VC++. I want to achieve following functionality. When user clicks on Add-in button then application should create one
|