| Thread | Last Post | Replies |
|
| Explorer has been closed | 31 Oct 2006 19:44 GMT | 1 |
I am trying to register a new item in the menu when the user opens a new window in Outlook. When I'm accessing any property in the new Explorer a COMException is thrown. I'm developing using VSTO 2005 SE and the version of Outlook is 2003.
|
| How to create custom bar in mail when i do "reply" or "new" | 31 Oct 2006 19:43 GMT | 3 |
I want to create a custom bar in new mail or "reply" to a email. I try to use Inspector wrapper but i cannot set my command bar visible. I saw that i could these instrution : idWordEditor.Application.CustomizationContext := idWordEditor
|
| Plaint text editor where is? ;-) | 31 Oct 2006 19:34 GMT | 1 |
I am developing a COM add-in for Outlook Program (framework 2.0) When i have a "inspector" object, i have found the "HTMLEditor" property and "WordEditor" properties, but where is the plain text Editor property? I look the "currentItem" property in "Inspector" object, but i only ...
|
| Problem with an Addin using IExchExtCommands and Outlook 2007 B2 T | 31 Oct 2006 11:38 GMT | 2 |
I have an addin wich use ECE interface IExtExchCommands in VC++. This addin crashes immediatly in IExchExtCommands constructor in Outlook 2007. Do you have any information about a compatibility problem with Outlook 2007 ? Thanks
|
| Outlook 2007 Ribbons and VB6 | 30 Oct 2006 21:26 GMT | 13 |
All the information on the web regarding Outlook 2007 development seems to be using VB.Net 2005. Are there any resources available for users wanting to using VB6. I am interested in upgrading our addins to work with Outlook 2007.
|
| ItemChange and Exchange synchronization | 29 Oct 2006 22:36 GMT | 15 |
I am using the ItemChange event in my C# code to capture when an item is saved and then do something with it. The problem is I do not want to do this action when Exchange is syncing. Is there anyway to determine when exchange is doing its auto-sync so i can not run the code?
|
| office 2003 | 21 Oct 2006 04:25 GMT | 6 |
When i open a office application ie word, outlook i am getting an error :- C:\Document and settings\My Name\applicationdata\microsoft\addins\c:\program files\common files\Microsoft shared\geography\mpoai9.dll’ is not a valid office add-in.
|
| SetColumns | 20 Oct 2006 07:18 GMT | 3 |
I am using item.Restrict("[EMAIL1ADDRESS] = '"+email+"' AND [FIRSTNAME] = '"+fName+"' AND [LASTNAME] = '"+lName+"'"); and it works fine when using Outlook in English, but in German it seems be an issue:
|
| Problem with CommandBarComboBox Change Event (Event fires only once) | 19 Oct 2006 14:34 GMT | 1 |
I am having a problem with CommandBarComboBox's Change Event. I have added a toolbar in New Email Item Inspector. It shows few CommandBarButton and one Combo box. On ComboBox Change event, I have to set a custom HTML Contents for the current mail item body.
|
| Programmatically accessing password protected pst file | 17 Oct 2006 19:56 GMT | 3 |
I want to write a outlook plug-in that reads pst files. I want to know how do I know 1. Which pst files are used in the curent open outlook session 2. Which of these pst files are password protected
|
| Problem adding attendees to existing appointment | 17 Oct 2006 16:56 GMT | 1 |
I have a problem adding new attendees to an existing appointment using outlook object model. Pointers to helpful information would be much appreciated. I have an existing appointment in Outlook 2007 (beta 2), which might
|
| Best strategy for handling events in outlook | 16 Oct 2006 06:12 GMT | 3 |
I am creating an application which needs to sync with outlook. I need to sync email messages, appointments, tasks and contacts. I am new to outlook programming, so it seemed to me that the easiest thing to do is to register to folder and item events and respond to them.
|
| RDO (Redemption Objects) with events in VB 6.0 | 13 Oct 2006 18:06 GMT | 1 |
How can I use Redemption.RDOItems events in VB 6.0? I can't add reference to Redemption at my add-in project, because no Redemption object is in the References list. And source Dim WithEvents oRDOItems as Redemption.RDOItems
|
| retreiving LPEXCHEXTCALLBACK | 13 Oct 2006 18:04 GMT | 1 |
My company had in the past developed an Outlook addin for versions of Outlook 2000-2003 with Exchange 2000-2003. A dll was created implementing the usual interfaces: IExchExtCommands, IExchExtUserEvents etc. and registering it with Outlook. We were using the Outlook custom forms. ...
|
| Outlook Calendar Views error | 13 Oct 2006 17:53 GMT | 8 |
Any ideas of how to get around this? See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text **************
|