| Thread | Last Post | Replies |
|
| Integration with 3rd-party controls | 19 Oct 2009 14:45 GMT | 2 |
I am new to Outlook programming. I have a question about creating 2007 add-ins with 3rd-party controls such as Infragistics editable windows datagrid in Outlook form (custom form. I guess)? All the information I read so far, it seems all the add-ins pretty much is focus on ...
|
| Displaying a field from the field chooser programmatically | 16 Oct 2009 19:19 GMT | 1 |
Basically when you open a email, right below the subject line I want to see a field "billing information" from the All Mail Fields in the field chooser. I don't want it appended to the subject or in the body of the email. Is there a way to do this programmatically? Thanks
|
| Alignment in Combobox | 16 Oct 2009 18:06 GMT | 1 |
I m creating a plugin for Outlook. I have following Question please help me out Question 1: I have added a combobox(Office::msoControlComboBox) to my Outlook toolbar.
|
| How to change the Title of a form region at runtime? | 16 Oct 2009 15:00 GMT | 3 |
OL2007, VSTO C#. Does anyone know how to change the Title of a form region at runtime?
|
| Creating yearly recurrence appointment | 16 Oct 2009 14:55 GMT | 5 |
i am creating recurring appointments from my code.. i am following help file from vba editor every thing working perfectly except when i select my recuuring pattern
|
| Select/Unselect items in ActiveExplorer by code? | 16 Oct 2009 09:43 GMT | 2 |
Good morning, is there any way to select or unselect items in ActiveExplorer by code? For e.g. there are five mails selected by the user, i process each mail in my add in through a loop like this:
|
| Outlctl disabled (Outlook2007 SP2) | 15 Oct 2009 14:58 GMT | 2 |
I am try to use outlctl.dll in my app on window (not in Outlook),and it was worked fine for some time. Yesterday i have upgraded to SP2 and after opening a message (with double click) or Reply,
|
| why outlook change forward mail | 15 Oct 2009 13:31 GMT | 2 |
In outlook addin if i select a mail in active explorer and click on forward button then outlook will create a new mail which contains contents of selected mail. I can access new mail in onnewinspector. If i change body of new mail
|
| Create a new contact use MAPI? | 15 Oct 2009 02:06 GMT | 2 |
My application UI have a button, click the button, pop up outlook's new contact dialog, let user fill their infos then save. Then i want to update my contact list(add this new one to existing list). I want to call the contact dialog use MAPI, like you click "new contact" in
|
| Set "Assigned To" for a Contact Item | 13 Oct 2009 22:30 GMT | 5 |
I have a custom contact item form that I would like to set the "Assigned To" field on. It's not part of the ContactItem object model so I think I have to use the PropertyAccessor. Here is my code:
|
| How to resize the instant search pane on click on the icon to expand/ | 13 Oct 2009 20:02 GMT | 1 |
I am trying to learn windows api and message handling. I had seen an example of custom task pnae in outlook and I tried to ad a custom pane in instant search pane. But when I try to click the ico to expand/ collpase the search pane, it is not expanding / collapsin
|
| How to get active inspector window handle? | 13 Oct 2009 19:55 GMT | 3 |
I am trying to get the inspector window handle as I need to add one or two components (like button etc) to the inspector. I used the below code and I am getting the active window of outlook is correct. But the handle I am getting is not correct when I examined it with spy++. What ...
|
| How to read color of form region title? | 13 Oct 2009 14:49 GMT | 1 |
I want my combobox text to be the same color as the form region title. How can I programmatically read that color? And other Outlook screen item colors for that matter? TIA
|
| skip one ocurrence appointment from recurring appointment series | 13 Oct 2009 14:46 GMT | 5 |
i have recurring appointments in my application which displays & acts like outlook. when i delete one ocurrence( not whole series) that particular occurrance delete from that series and rest all same. And when i am trying to synchronize those appointments to outlook. i am
|
| How to find an email window. | 12 Oct 2009 17:21 GMT | 1 |
I m creating plugin for MS Outlook. I would like to add a command bar in the "email message window" i.e the window which appears when an email is double clicked and opened. I have added DispAdvise for the Inspectors event and i could listen to the
|