| Thread | Last Post | Replies |
|
| Outlook addin not loaded if a .msg file is opened by double clicki | 29 Dec 2006 14:27 GMT | 1 |
Hi I am working on a office addin project which works fine with Word, excel, power point and outlook. but if a .msg file is opened by double cliking when Word is enable as email editor, the addin menus are not functional i.e menus
|
| Programmatically show the 'Flag for Follow up' dialog | 28 Dec 2006 14:36 GMT | 3 |
I use VSTO 2005, OL- 2003. I developed some OL addIn and i want to add feature concerning reminders. Is it possible and how to show the 'Flag for Follow up' dialog through
|
| How to delete multiple contacts through c# code | 27 Dec 2006 18:22 GMT | 1 |
i like to know which event fires when we try to delete multiple contacts from the contact folder. say for example there are 5 contacts and i want to delete all the contacts.But no events are get fired in this scenario. while deleting contacts one by one both selection_on_change and ...
|
| Apply Categories to other users Outlook 2007 | 26 Dec 2006 18:19 GMT | 3 |
I have an VSTO Add-in Outlook 2007 application that is accessing other user's shared calendars and created appointments for them. We also have a set of custom colored Categories that must be applied to these appointments. So I create the Categories by updating the Application ...
|
| Check for empty Explorer.Selection causes error in Outlook Today | 22 Dec 2006 14:14 GMT | 9 |
I have an explorer toolbar in my Add-in and when user presses buttons on it, Add-in does something to a selected mail item. When I am in Outlook Today, it doesn't work - for unknown reason the check Assigned(IExplorer.Selection) raises an exception.
|
| implement word count in outlook | 21 Dec 2006 14:37 GMT | 1 |
Is it possible to implement the word count in outlook which will count the words in runtime, i mean while composing a new mail it should keep on counting the number of characters typed. Any VC++ or VB code in this regard will be a great help for me.
|
| The Reminder sound button | 21 Dec 2006 14:27 GMT | 1 |
Can I somehow add the button that changes the reminder sound in OL2003? Is it in some kind of field, or do I have to access it programmly in vbscript?
|
| BCM 2007 events | 21 Dec 2006 07:44 GMT | 14 |
Hi NG. I'm trying to write an application or add-in that has to act on some events from BCM for Outlook 2007. The events i'm interested in are events like Created, Updated and
|
| COM-Addin and Outlook XP/2002 freeze issues - 2000 and 2003 work fine | 20 Dec 2006 05:15 GMT | 5 |
Something broke in the last release of our COM-addin (written in Delphi 7 using Redemption). It no longer works with Outlook XP (aka 2002). There are absolutely no problems with the same addin under Outlook 2000 and Outlook 2003.
|
| HTML olAppointment Body? | 19 Dec 2006 21:53 GMT | 5 |
Emails can have a body set to HTML (OlBodyFormat=olFormatHTML). All of the examples I see for Outlook appointments have plain text. But it's obvious that within an appointment we can use at least rich text. Can we set olAppointment.Body with text as OlBodyFormat=olFormatHTML,
|
| Change Outlook 2007 Ribbon icon for a form page | 19 Dec 2006 19:01 GMT | 1 |
I have an MSForms custom form with two pages (tabs) designed in Outlook 2003. The form works well under Outlook 2007 except for one little problem: instead of tabs a ribbon button is created for each page. Is there any way I can customize images to be displayed on these page
|
| Outlook 2007 Click a Button on the Ribbon through Code | 14 Dec 2006 20:04 GMT | 5 |
I need to insert a signature into an E-mail through code in Outlook 2007. Does anyone know how I may be able to execute one of the Signatures from the Signature menu on the Ribbon?
|
| Usage of IMAPISession from IExchExt | 12 Dec 2006 16:40 GMT | 1 |
I have a question regarding of usage of IMAPISession in the IExchExt::Install method. Can I use this object in every version of Outlook? I know that using of Application.Session.MAPIOBJECT in O2003 is safe but I need to know if the using of IMAPISession object through
|
| How to modify an AppointmentItem? | 12 Dec 2006 14:17 GMT | 1 |
I got an AppointmentItem from an MAPIFolder and try to modify its fields. But an exception occurred telling me that I had got no privilege to do this...... public void modifyItem(AppointmentItem item, CalItem calItem) {
|
| How to acquire current Outlook.Application? | 12 Dec 2006 06:09 GMT | 3 |
If Outlook has already started, I want to acquire its Application Instance, i.e., an Outlook.Application object. How can I do this?
|