| Thread | Last Post | Replies |
|
| Outlook add-in: Incoming email notification | 17 Aug 2006 14:25 GMT | 3 |
Is it possible to receive new email notificaitons from outlook add-in written using C# and VSTO for 2005 ? Outlook add-in code needs to be notified when an email arrives in the inbox, so that the add-in can spawn a web service for the sender and update a target CRM system.
|
| Strange Subject Line Behavior | 16 Aug 2006 13:59 GMT | 10 |
I have run across a strange problem. I have created a simple Outlook 2003 Add-in using VSTO in VS2005. When a new mail message inspector is opened, I add a button to the inspector's command bar. This button simply appends some standard text
|
| Outlook add-in, display dialog box | 16 Aug 2006 08:42 GMT | 2 |
I am currently developping in C++ (with Visual Studio 6) an outlook add-in. I need to ask the user to choose something from a combobox. So what I thought is to do a Dialog Box asking the user to select an item in a combobox. I did the same thing I would do for a normal exe that
|
| C++ add ins for Outloo | 14 Aug 2006 15:11 GMT | 1 |
Gi, I am lookinf for a guide as a starying point for developinf Outlook 2000,2002,2003 email filters, can ba a bok or article as aweel. Thanks in advance, Carlos Crosetti
|
| IMAPITable::QueryRows sometimes fails to retrieve values of custom properties | 14 Aug 2006 14:05 GMT | 3 |
Context: Using MAPI, I want to look at certain properties of all messages in an inbox. Instead of opening an IMessage interface on all of the messages, which will fetch all properties including a possibly large body and a number of possibly large attachments, I fetch the contents ...
|
| Adding a button when using word to display rtf messages fails | 13 Aug 2006 18:42 GMT | 4 |
I'm attempting to add a button (or any other control!) to the inspector when displaying messages. The sample below can be executed, and it will add a toolbar and button in 3 out of 4 cases.
|
| Timespan selected in Calendar | 11 Aug 2006 23:54 GMT | 1 |
Hello, All! Is there a way to get information about time span currently selected in Outlook Calendar? (Outlook 2003, VS2005/VSTO/C#)
|
| Outlook Folder, PutFields with Redemption | 11 Aug 2006 23:02 GMT | 1 |
Hi Dmitry, I've been trying to add some custom fields with Redemtion with no success. I've seen with OutlookSpy that it works pretty fine, but somehow my code isn't working. I'm working in OL2003, and this is my
|
| Button location in button bar | 11 Aug 2006 14:16 GMT | 1 |
Ok, I know someone will probably scream at me for posting a question that's already been asked, but I've just spent an hour searching and flipping through topics trying to find an answer that I KNOW I've read out here before and haven't had any luck...so please be gentle.
|
| Unknow exception | 11 Aug 2006 07:19 GMT | 5 |
I have such code try { ... } catch(_com_error e) {
|
| Redemption and checking calendar | 09 Aug 2006 21:13 GMT | 1 |
I am looking to see if a person is in the office from a outlook calendar. So really i am looking to see if they are free or busy. Could anyone show me how to do this please.. Thanks
|
| Problem with attachments in Outl | 09 Aug 2006 20:34 GMT | 10 |
I'm dealing with attachments on MAPI level (i.e. I'm adding/deleting attachments using IMessage and attachment table). When I add an attachment (via IMessage's CreateAttach) I save (SaveChanges) both, attachment and message object. And after that I can see that Outl recognizes ...
|
| select navigation pane content | 09 Aug 2006 14:07 GMT | 10 |
I try to program with VS2005 and VSTO an AddIn to pop up contact type public folder when call arrives. I would like to get by program the same Outlook 2003 display that I get manualy which is this:
|
| Item open events and double click events in exchange client extension. | 09 Aug 2006 08:18 GMT | 1 |
I'm using VC++8.0 to developer an Exchange Client Extention for outlook2003. In IExchExtCommands::DoCommand(LPEXCHEXTCALLBACK lpeecb, UINT cmdid) method I can catch the Item open action like this: if( 0x003c == cmdid){ // Menu item "Open" command
|
| Problem with UserPorperties in eMails | 08 Aug 2006 19:08 GMT | 3 |
My Add-In adds a new Property to eMails. I use the typelibraries for Outlook2000. The Add in is developed in Delphi. The userdefined field 'Printed' will set in the Inspector but not in the
|