| Thread | Last Post | Replies |
|
| Outlook 2010 Ribbons | 30 Nov 2009 12:53 GMT | 6 |
I have some addins that extend the Outlook menue. For Outlook 2007 I extended the Ribbons in the Inspectors. How do I extend the mainframe ribbon menue for Outlook 2010? Is it the same interface?
|
| Inherit from message compose form? | 30 Nov 2009 12:44 GMT | 1 |
Is it possible to create a sub class to the message compose form? I want to add my own stuff to the form, but use other great features from the original form. Thanks, Danny
|
| VSTO C#: How do I declare an application scope variable? | 29 Nov 2009 21:40 GMT | 2 |
C#, VSTO, OL2007 How do I declare an application-scope variable that will last as long as the user has Outlook open? String myApplicationScopeString="test";
|
| How to know the folder name | 29 Nov 2009 18:57 GMT | 6 |
How to get the folder name in any folder context menu event. Create a folder under Inbox say folder1. To delete folder1, Select folder Inbox. Right click on folder1 and select Delete. It will fire delete event for context menu. In this delete event i can get the button for Delete
|
| If i have a entry id, how could i get its IABContainer? | 29 Nov 2009 17:46 GMT | 3 |
I get the item entry id as follow: 1. Use IAddrBook::GetSearchPath get SRowSet. 2. Use PropFindProp check SRowSet for IABContainer PR_ENTRYID. 3. Use IAddrBook::OpenEntry open the entry id to get IABContainer.
|
| Retrieving CalendarView for Outlook 2003 | 26 Nov 2009 09:07 GMT | 4 |
I am developing a Outlook 2003 addin for sychronising the appointments with database.For this need to retrieve current CalendarView (mainly the starting ending dates).I have got CalendarView object in Outlook2007 and it was very helpful.But not getting any similar object in ...
|
| Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010? | 25 Nov 2009 14:35 GMT | 1 |
Will a VSTO C# Outlook 2007 Add-in work on Outlook 2010 (without having to make any code/install changes)?
|
| NewMailEx issue | 23 Nov 2009 21:28 GMT | 3 |
Hello We are developing outlook addin which should work in outlook 2003 2007. We have few custom header fields in the mail & then based on thes
|
| how to add my custom items to "Change E-mail Account" dialog | 22 Nov 2009 22:10 GMT | 1 |
I need to add some controls below "Test Account Settings..." button, but i do not know how..
|
| How to set a contact's emailaddress1, emailaddress2, emailaddress3? | 22 Nov 2009 17:59 GMT | 9 |
I want to update the contact's info or create new contact with emailaddress1, emailaddress2 and emailaddress3. For new contact, i use IAddrBook:: CreateOneOff, it works great. But i don't know how to update the three emailaddress, for example: user can set the following combine for ...
|
| Failed to create an RDO session instance: Class not registered | 19 Nov 2009 22:49 GMT | 1 |
I uninstalled a virus software and starting getting this error in Outlook. I have completed the following steps trying to get this problem corrected. 1. Open Outlook in Safe Mode and enabled and disabled on Add-In's 2. Defrag drive
|
| Drag and drop attachment in outlook addin | 19 Nov 2009 08:52 GMT | 4 |
I have created outlook addin for outlook 2003 in vsto-2008. When I hav tried to allow property 'allowDrag' to textbox it gives runtim exception "dragdrop registration did not succeed". I have searched o net, got suggestion to use threading.
|
| Call add-in method from macro? | 17 Nov 2009 18:10 GMT | 1 |
I am using Delphi (2009) to write my first add-in for Outlook (2007). I want to add a custom method to my add-in's class and call it from an Outlook macro, but I can't get it working. My method in my Delphi class is public. It looks like this: procedure MyMethod(const Index : ...
|
| How to develop a custom action which can used in Rules Wizard? | 12 Nov 2009 01:22 GMT | 2 |
I need a custom action which will be used in Rules Wizard "Perform a custom action", this custom action will send email's attachments to some other system. Is it possible to use VSTO to create this custom actions? If so please
|
| Another way to detect if email read? | 12 Nov 2009 00:16 GMT | 6 |
VSTO, 2007, C#. I'm going through the code of our senior developer to try and reduce the load-time of the Outlook Add-on. I see he is adding an event handler to all email items on ThisAddIn_Startup
|