| Thread | Last Post | Replies |
|
| Blackberry changing items in the background ... making save fail | 28 Feb 2007 19:41 GMT | 4 |
I have a addin dll that I have built using VB6 ontop of outlook 2000 Basically the adding add a tool bar that looks up a field from a data base and sets it as a user property on the mail item. As part the setting of the userproperties I call Save.
|
| How to add a Microsoft Outlook Email from ASP.NET application | 28 Feb 2007 15:06 GMT | 1 |
Is there a way to create an New Outlook Email from an ASP.NET application? I can not use "mailto:", since it is only support a string less than 512. I have find a good way from link : http://zones.advisor.com/doc/17330 , that thread show how to create a
|
| opening a .msg file (URGENT) | 27 Feb 2007 14:55 GMT | 2 |
I have written a vb6 program whcih adds controls to an inspector. so when new mails, or existing mails are opened from within outlook, the controls are added. all is good. But, when we open a .msg file from the desktop or as an attachment,
|
| Programmatically redirecting email. Outlook 2003 Add-in, C# | 26 Feb 2007 16:35 GMT | 3 |
I am creating an Outlook 2003 add-in using C# and VSTO second edition. I have created a CommandBarButton, and want to redirect an email to a given email address when the button is clicked. It is of importance that the original subject, content and sender/recievers are kept.
|
| Using Find with [EntryID] | 23 Feb 2007 15:12 GMT | 2 |
Can you use the Find command with EntryID? Criteria = "([EntryID] = """ + ls_entry_id + """)" This is what I'm using but getting error "The property EntryID in the condition is not invalid"
|
| ribbonx and with c++ | 23 Feb 2007 14:11 GMT | 2 |
Hello all. I'm currently updating an older Outlook addin we have. It's written in C++ with visual Studio 2003. We're trying to put our addin buttons on the ribbon on appointment items. I found the excellent article written by Eric Faller, "Using Ribbonx with C++ and atl"
|
| com addin button callbacks. | 22 Feb 2007 20:17 GMT | 1 |
I'm building an Outlook COM addin with C++. I've implemented a command bar and button call back functions similarly to how things were explained in the article http://www.codeproject.com/com/outlookaddin.asp. The command bar and buttons live on the appointment item in outlook. I ...
|
| Adding X-Protective-Marking | 22 Feb 2007 20:01 GMT | 2 |
I am a newbie so please be gentle:-) Am using OL2003, VSTO 2005SE with VS2005 (VB.NET) I have managed to create an addin using VSTO a toolbar with dropdown on a new mail message that adds a security classification to the subject line
|
| Select item | 21 Feb 2007 19:49 GMT | 4 |
How can select item (mail item) in folder, i know the entryID of item that i want to select. Any ideas??? Tnx in advance.
|
| Write event not firing in list view | 21 Feb 2007 14:53 GMT | 2 |
I have created a addin that updates a sql DB with all info from the calendar, task and contacts.As changes are made in Outlook the are updated to the DB and as they are update in the DB the changes sent to Outlook (this is working fine). The problem is, I originally had only
|
| Reminder Snooze | 20 Feb 2007 19:34 GMT | 5 |
Every time i call to Reminder.Snooze method i get the following exception : System.ArgumentException: Value does not fall within the expected range.
|
| Creating hidden mailItem | 20 Feb 2007 19:32 GMT | 5 |
I using OOM, C#, Redemption. I know that it's possible to create hidden maiilItem but how??? Any snippets, links will be appreciated. Tnx in advance.
|
| Update Outlook reminder dialog programatically | 19 Feb 2007 22:38 GMT | 7 |
Is it possible to update Oultook's reminder dialog programmtically?? Scenario: mail_x resides in Oultook's inbox folder and has reminderSet= true, on reminder time the Reminder dialog appear with mail_x subject, at
|
| Outlook 2003, My Contacts view displays contact backups !! | 19 Feb 2007 15:04 GMT | 6 |
I am developing an Outlook com add-in that imports contacts from a database to the Outlook address book. The add-in first creates a backup of the contacts folder by copying it to another folder to avoid any angry users.
|
| Outlook 2003 and McAfee add-in conflict | 19 Feb 2007 07:32 GMT | 3 |
I received a new computer which came with McAfee preloaded. I don't like McAfee - so I uninstalled it - or so I thought. I've since loaded Office 2003, and everytime I open Outlook, I get the following 3 Microsoft Outlook warnings:
|