| Thread | Last Post | Replies |
|
| FolderMoved event? | 31 Jul 2009 13:59 GMT | 1 |
is there a way to receive an event, if a folder inside a Explorer is moved for Office 2007? Like the Explorer.BeforeItemPaste event? the Explorer.BeforeMove is the wrong one - that apparently triggers,
|
| Ribbon and a checkbox (C++ ATL) | 30 Jul 2009 23:18 GMT | 8 |
I have run into a problem using the a checkbox within a Ribbon control. I have a C++ COM component which I have implemented a ribbon solution that works fine for all of the buttons; but does not work 100 percent for a checkbox.
|
| Perform actions when email is sent | 30 Jul 2009 20:35 GMT | 1 |
I would like to write an add-in for Outlook 2007 that will prompt the user to enter some extra data after they click the Send button on an email. Based on what they enter, I then need to copy the message and save it in a public folder.
|
| PR_MESSAGE_CLASS is reset when calling Save() on item | 30 Jul 2009 19:24 GMT | 4 |
I'm having several problems with my Outlook-Add-In and I would appreciate any help on this one. To show a custom icon for items of a certain folder I set the PR_MESSAGE_CLASS to the message class I created and the PR_ICON_INDEX
|
| Access Outlook's Page Header and Footer | 30 Jul 2009 16:39 GMT | 3 |
I have a requirement to have specific data that's stored in a use property be displayed in the header and footer for printing purposes. The only way I can think of doing this is by setting the Header/Foote in the overall Outlook Page Setup, but I can't access those through th
|
| How to know the version of outlook version | 30 Jul 2009 12:35 GMT | 1 |
I am developing outlook 2003 VSTO plugin project. How can I get programatically the outlook version (in this case 2003) ? Thanks in advance
|
| ItemEvents_10_OpenEventHandler does not respond on DocumentItems | 29 Jul 2009 15:48 GMT | 2 |
I'm using the ItemEvents_10_OpenEventHandler to catch a open (double- click) event on a Outlook item. This works great on MailItem or PostItem types. However, Outlook objects of the type DocumentItem dosen't seem to fire this event.
|
| how to capture outlook 2007 events | 29 Jul 2009 15:20 GMT | 4 |
1. How to capture events for submenus which comes under "Other Actions" popup menu on toolbar when open a mail in outlook 2007. There are some submenus under "Other Actions" popup menu like Edit Message, Recall This Message, Save Attachments etc
|
| How to get RFC822 format message from the MailItem object. | 29 Jul 2009 15:15 GMT | 4 |
I want to send email content from the email in outlook 2007 and 2003 to some server in rfc822 format but i am not able to get even complete message from MailItem object. Can someone help me to find out how can i create rfc822 format compliant email message from MailItem object.
|
| How to know New button is clicked | 28 Jul 2009 14:17 GMT | 1 |
I have the following code in my app if (this.Application.ActiveExplorer().Selection.Count > 0) { Object selObject =
|
| Outlook progress bar | 28 Jul 2009 14:14 GMT | 1 |
I am writing a VSTO plug-in in which I need to show progress status of my task. Can I use the progress bar of outlook which shows send/receive status? Any suggestion if that is not possible?
|
| How to italicize the email entry in explorer window | 28 Jul 2009 14:08 GMT | 3 |
I want to italicize the display of email item in explorer window. I am unable to find any property of MailItem to help me in achieving that. Please help me.
|
| VSTO 2007 Addin auto-disabled on one machine but not another on installation? | 27 Jul 2009 16:37 GMT | 1 |
Our VSTO 2007 Addin is being immediately auto-disabled on one machine but not another on installation. Anyone know why this would be?
|
| About repurpose ribbonX of outlook2007? | 27 Jul 2009 16:35 GMT | 3 |
It about sign and encrypt button of outlook2007 on mail composer window. I repurpose the two button, but i found if the button is in pushed state. (initialize state). It will enter the repurpose function. And i found the sign and encrypt button via CommandBar. I only want to set its ...
|
| Write custom text in outlook infobar | 27 Jul 2009 14:38 GMT | 1 |
I want to write custom text in the infobar in which generally outlook shows message such as "This message has not been sent". I have found out the object olkinfobar which points to the control but don't know how to use it.
|