| Thread | Last Post | Replies |
|
| How to add a menu item to AppointmentItem's right-click menu? | 22 Jan 2007 15:33 GMT | 1 |
I want to add a menu item (a button) to AppointmentItem's right-click menu (context menu). I guess this can be done in the connect.cs of a COM Add-in?
|
| Event for Create new mail | 22 Jan 2007 15:31 GMT | 1 |
Is there an event when user click the new button in outlook. I am using VSTO 2005 & outlook 2003 Thanks.
|
| MailItem.Move changes Received Date | 21 Jan 2007 23:27 GMT | 1 |
I have had some reports from a client that use a COM add-in that we created that when it programatically moves messages to other folders, that it modifies the received date (PR_MESSAGE_DELIVERY_TIME) to the time that it was moved.
|
| newbie question | 21 Jan 2007 09:54 GMT | 5 |
i need to write two outlook COM add-ins .. plugins, whatever you call them. One for Outlook Express and the other for Outlook 2003. Could somebody please point me to some docs that describes add-in development in C++ for each client - especially Outlook Express .. can't seem to ...
|
| Close New Mail Window programmatically | 19 Jan 2007 12:54 GMT | 4 |
If I create a new mail object with my Outlook Application, is it possible to close the gui element representing the mail programmatically? I want to abort sending the mail and close the mask. Best Regards,
|
| Outlook add-in and thisapplication.vb | 19 Jan 2007 01:42 GMT | 1 |
I am trying to create an Outlook add-in using VSTO for Office 2003 and apparently there is supposed to be a "thisapplication.vb" object but I can't seem to find it. All I have is "ThisAddin.vb". What am I doing wrong? Thanks!
|
| How could I retrieve free/busy information if the only information I have is the Email address? | 18 Jan 2007 15:19 GMT | 1 |
I would like to retrieve free/busy information for given email address , is it possible?
|
| Outlook 2007add-in,vc6 | 17 Jan 2007 13:49 GMT | 1 |
I am planning to create a Outlook 2007 add-in. Can i use vc6? Plz refer some site to start form beginning...
|
| Is there any SDK to parse the outlook extend.dat file? | 17 Jan 2007 00:56 GMT | 4 |
I want to know what Exchange Client Extension plug-ins had been loaded and enabled .By GOOGLE,I've known that the plugin 's Enable/Disable status had been written into extend.dat file.So ,is there any library or source code to crack this file?
|
| IRibbonExtensibility and specific folders | 17 Jan 2007 00:54 GMT | 4 |
I have implemented IRibbonExtensibility but how can I only load the ribbon when the Outlook form is from a specific folder or message class (we have an ECE that does this for pre 2007) The RibbonID does not seem to reflect the actual message class.
|
| Access Outlook from process other than Outlook process | 16 Jan 2007 18:28 GMT | 2 |
If I use OL objects from process (other than OL process) will the operations I perform on the outlook object e excuted on the OL process or on a worker thread immitating OL process? Im asking this question cause Im trying to use OL OOM from a desktop
|
| outlook newmail event for different version causing problems | 16 Jan 2007 16:05 GMT | 3 |
I have handled new mail events for OL XP. but while installing in OL2003 its giving error "could not load type outlook.applicationevents_11_ newemaileventHandler from asembly interop.outlook " >> OBVIOUSLY its version difference <<
|
| Read Appointment items in a shared calendar | 16 Jan 2007 14:56 GMT | 7 |
I want to create a program in c# that can read my appointmentitems in all shared calendars, and detect the user of that item. If its possible to read the shared calendar, can I read the user, or do I have to create a new field or something ?
|
| Microsoft Outlook 2003 error | 16 Jan 2007 05:12 GMT | 3 |
Every time when I open the outlook 2003 sends me a error that says THE ADD-IN C:\WINDOWS\SYSTEM32\AVGXCH32.DLL COULD NOT BE INSTALLED OR LOADED. THIS PROBLEM MAY BE RESOLVED BY USING DETECT AND REPAIR ON THE HELP MENU.
|
| Attaching an Addin to Send Button | 12 Jan 2007 15:18 GMT | 1 |
Hi, I am very new to creating Outlook addins. I have a need to create an addin that executes when the user clicks the Send button. My plugin needs to run after the button is clicked, but before the message is sent. At this point it needs to have an option to either send the
|