| Thread | Last Post | Replies |
|
| Add content to mailbody | 31 Jan 2008 10:53 GMT | 4 |
i am writing a little application that add some needed information to the mailbody. So if i select an mail, i add some new information to the original body. If i select another mail the prev mail should to be stored without the
|
| How to catch the click event of ASPX page in Outlook | 29 Jan 2008 15:59 GMT | 5 |
Hi, My requirement is to refresh the folder structure in the Outlook on click of a button on a ASPX form. The webpage is at the web server and displayed within the outlook trough a
|
| Microsoft Exchange Client Extension v/s COM Add-in | 29 Jan 2008 15:58 GMT | 4 |
I am new to this field so Please help me out how to start.. I have read Microsoft Exchange client extension and Com add-in both. But I am unable to find out the difference between these two i.e which one should be used in which situations?
|
| Callbacks | 28 Jan 2008 18:31 GMT | 3 |
I have writen an Outlook 2007 Addin using ALT / C++, I have been tring to find out how I can implement a callback for when the user creates a new email, I also need callbacks for Sending, Closing and Saving an email. I have wasted 3 days searching the internet for this infomation ...
|
| Extending outlook Add-in, Please suggest me | 28 Jan 2008 15:47 GMT | 1 |
I have one Add-in (Siebel), thru which I get 1 toolbar and also some Siebel links. This add in only developed to work with contacts, Tasks and Calendar but I need same toolbar when I open new mail and it should work. My question is:
|
| Outlook Connector and restoring my deleted contacts | 27 Jan 2008 11:25 GMT | 1 |
I've been using the Outlook Connector for some time, to integrate Live mail/contacts/messenger with Outlook, without any problems. But a few days back, i saw that (nearly?) all my contacts in the "Hotmail" account in my Outlook had duplicated.
|
| extract email address from body of message and put in csv | 26 Jan 2008 10:46 GMT | 1 |
I need a way to clean my non-profit mailing list without having volunteers go through each returned message. I want an add-in that can search through all the bounced back messages in an Outlook folder, extract the offending address, and insert it into a .csv or similar so I can ...
|
| Form Region below Send Button | 25 Jan 2008 20:15 GMT | 4 |
1. I added a form region with one button to a mail item and it does display on the bottom of the inspector window. I would like this to be displayed just below the Subject area. Please let me know how I can do that? 2. Is there a way to modify the text of the Send button in the ...
|
| enumerate exchange email accounts | 25 Jan 2008 17:44 GMT | 3 |
I have a VS 2005 c# outlook addin that I have created. I need to enumerate all email accounts for a profile. I have no problem reading the registry to get the accounts. The entries in the registry for the exchange accounts do not have an email address associated with them.
|
| Add a control / button inside the group - Ribbon Bar | 25 Jan 2008 16:32 GMT | 3 |
I am trying to add a button before "AttachFile" inside the "Include" group on the inspector window. Is this possible, if so, please give me the xml syntax. I tried the following but it didn't work. <tab idMso="TabNewMailMessage">
|
| VS Development environment - Outlook addin | 25 Jan 2008 15:21 GMT | 1 |
My development environment is VS 2005 and VSTOR SE and i have ol2007 installed. I have developed a very simple addin and it runs satisfactorily on machines with ol2007. I need to run this addin on machines (client site) with ol2003 also.
|
| Accessing fields created from WebDAV through Outlook Object Model UserProperties | 24 Jan 2008 23:46 GMT | 1 |
Accessing fields created from WebDAV through Outlook Object Model UserPropertiesHello, I have an application that uses WebDAV to create and update fields for contact items. One of the fields it creates is a custom field. i.e. it
|
| Item Write event is not always catched | 24 Jan 2008 14:43 GMT | 2 |
I have made an Addin for Outlook 2003 using VSTO. I want it to handle changes to Appointment Items in the users calendar. But I have a problem regarding handling the item-events. If you look at the code below, I try to handle the Item's Write event, put up a
|
| Desperately need help - how can I read Outlook contacts via IE add-in? | 23 Jan 2008 14:49 GMT | 2 |
My dev team has been struggling for months to create an activex control (add-in) for IE to read a person's Outlook contacts for the social network I am building - assuming they agree to install it of course.
|
| RDOSession | 22 Jan 2008 21:03 GMT | 3 |
Hi Ken, I tried RDOSession but the oFolder.Fields(&H30080040) value is = Empty. Then i tried to change the name of the contact default folder to make sure the folder really changed. Try again but oFolder.Fields(&H30080040) still
|