| Thread | Last Post | Replies |
|
| Outlook datamodel | 30 Oct 2009 14:47 GMT | 2 |
I am developing this fine add-in for MS Outlook but I cannot find a resource where I can get the specifics of the datamodel Outlook uses. I need to know the maximum size of string fields for example... This is in regards to Contacts, Tasks, Appointments and Notes
|
| OnButtonClick event in MSOutlook called twice. | 30 Oct 2009 14:31 GMT | 2 |
I m Creating a Plugin for MS OUtlook, I a few questions Q. I have added Button to New email window(ie. the window that is opened when an email is double clicked) Brief description of my architecutre:
|
| Outlook message compose form | 29 Oct 2009 14:57 GMT | 1 |
I am new here. I want to control every item in message compose form, like when send button is clicked I want to do something more than just sending the email, or like I want to add my own button/dropdown list to the form. Is this possible? Or I have to write a compose form by ...
|
| How to find mailitem in the inspector is a brand new one | 28 Oct 2009 19:36 GMT | 1 |
How to find mailitem in the inspector is a brand new one? I have an event handler for Application.NewInspector There I want to find whether the mailitem is brand new mailitem or a mail from Drafts / or from some folder
|
| Problem with Deploying Add-In | 28 Oct 2009 12:56 GMT | 1 |
I have my first Add-In Beta finished and it runs great on my machine. I wanted to give it some friends for testing but it fails to run. It reports a COM-Error when trying to activate it. So it get's installed correctly, all registry settings are there. I guess it's a missing COM ...
|
| Outlook 2007 Meeting Item Send Button | 27 Oct 2009 19:06 GMT | 10 |
I am not having any luck capturing the event when a user presses the large size "Send" button an a meeting form. I get the event for the menu "Send" command, but not the button. I am assuming that it is probably poorly formed XML string I am using
|
| separate signatures for different accounts | 26 Oct 2009 20:58 GMT | 6 |
Seems siple enough, having two email accounts, eack having a differnt signature, and different sender email address, but you cant configure Outlook to do this!@#$ under tools-options-mail format-signatures, you can create multiple
|
| E-MAIL ADDRESS | 26 Oct 2009 05:52 GMT | 1 |
I have been unable to figure out how to transfer all my e-mail addresses from my old computer using outlook express to my new laptop using windows mail. I have over 100 addresses and have typed about 35, but it is a bummer!
|
| active inspector in memory | 23 Oct 2009 21:49 GMT | 1 |
When open a mail acive inspector comes in picture (i set all events for active inspector), get current item (mail item, set all events for mail item) from acive inspector, modify it and save it. When close mail free all events for mail item and active inspector and set
|
| Restrict throwing 'Condition is not valid' error | 23 Oct 2009 19:15 GMT | 5 |
Greets, Out of the thousands of installed copies of our AddIn, exactly one throws an error when we call Restrict aginsts the items collection of the default contacts folder. The filter expression is static, and is as folllows:
|
| Outlook addin formregion as a drop down | 23 Oct 2009 05:16 GMT | 6 |
I am developing an addin for Outlook in C#, I have created a form region as a "Separate" FormRegionType, I want it to show up as an action with a drop down. can anyone please help me with this ?
|
| "Outlok like" control - users(contacts) resolving | 20 Oct 2009 15:07 GMT | 11 |
I'm using VSTO 2005, C# 2.0 WinForms, Redemption for Otulook. I have winForm - mail message ( looks like Outlook' inspector ), which concists TO field, CC filed, Subject field and Body field. I need to develop control ( the TO field ) that will behave like an
|
| How to provide custom functionality on click of "New"? | 20 Oct 2009 14:56 GMT | 1 |
I am developing an outlook addin in c# I need to take some custom action, when user clicks “New” button o presses “CTRL + N” instead of displaying a new mail message. As there i no onclcik event for commandbarpopup, I tried to add onAction propert
|
| Delete key in form region textbox deleting email instead | 20 Oct 2009 05:07 GMT | 2 |
OL2007, VSTO C# I have a number spinner in a form region. If the user tries to delete some text in it with the delete key on the keyboard, Outlook instead has been deleting the email.
|
| Refesh problem of ribbonX or not? | 19 Oct 2009 14:47 GMT | 3 |
I create a commandbar on EXPLORER and the it have a button, the button have two state icon. Now in any new INSPECTOR also have the same button(Ribbon). EXPLORER is full screen, and new mail's INSPECTOR is smaller than EXPLORER , and i can see the both of the two button. I change the ...
|