| Thread | Last Post | Replies |
|
| Redemption not working :( | 22 Jun 2006 15:12 GMT | 6 |
I am developing a small application to sync outlook contacts with another application. I am doing it in C++ . Here is a small code snippet that I am using if( m_Application.CreateDispatch( "Outlook.Application" ) == 0 )
|
| What is 0x0eedfade exception? | 20 Jun 2006 19:07 GMT | 2 |
Sorry if this is a FAQ. BTW, is there a FAQ somewhere? Anyway, I see the following line in the dubugger output window, once in a while: First-chance exception at 0x7c81eb33 in outlook.exe: 0x0EEDFADE: 0xeedfade.
|
| Crash in GetMAPIOBJECT + Outlook 2007 | 19 Jun 2006 18:26 GMT | 16 |
I'm using the following code to get the IMAPIProp-Pointer to the current Outlook mail window. Worked nicely so far. But when I'm testing it with Outlook 2007 beta, the GetMAPIOBJECT call causes an exception. If I perform the same steps as the program below does with OutlookSpy
|
| O2K7: Don't index store ? | 19 Jun 2006 17:09 GMT | 7 |
Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ?
 Signature Michael Tissington
|
| Cannot open a video email I created and sent to myself | 18 Jun 2006 19:59 GMT | 1 |
I have installed the video email add-in for my Outlook 2003 application. It worked fine in creating the 'clip' which I tested before including in the e-mail and sending. I sent it to my own e-mail account to test it. When I double click on the
|
| Redemption emails to draft folder | 14 Jun 2006 23:52 GMT | 7 |
I have a VB6 pgm that used to generate outlook e-mails correctly prior to v2002. Now I need Redemption. I can generate the e-mail but it goes to the drafts folder and not directly to the Outbox. I can copy from Draft to Outbox but it is not ready to be sent and needs to be ...
|
| Outlook Disclaimer message | 14 Jun 2006 17:14 GMT | 3 |
I see in the Microsoft Office Marketplace, there is an RSOutlook Disclaimer Add-in. It is provided by (can be purchased from) rsoutlook.com. Is this a true Microsoft Add In that is known and supported by Microsoft?
|
| How to add Contacts to Appointment? | 14 Jun 2006 13:48 GMT | 1 |
I programmatically create an Appoitment item, set its time, subject, etc. But I don't know how to add Contacts to this appointment. (I don't mean Recipients - I don't want to sent any mails or invite anybowy).
|
| What does the "Install" button do? | 13 Jun 2006 19:32 GMT | 3 |
When I open the Add-In Manager window from Tools\Options\Other\Advanced, it has a button labeled "Install." Clicking on it presents a file open window on the ADDINS folder of my Office installation folders, showing the .ecf files available.
|
| Getting no Events ! - IDispEventSimpleImpl , DispEventAdvise | 13 Jun 2006 08:31 GMT | 3 |
i try building a Outlook Addin with VStudio .net 2003. Its a simple Button, i want that button to call another Application later with ShellExecute. Now my Goal is to show it and Pop up a MessageBox. Compiles fine but the MessageBox dont Pop up ! The Box itself Works, i
|
| Outlook does not pass keyboard event to an OCX | 12 Jun 2006 23:09 GMT | 2 |
I am developing an OCX that is to be embedded on an Outlook custom form. I am running into an issue of not being able to receive keyboard shortcuts events from Outlook such as: Ctrl-A, Ctrl-C Ctrl-V (cut/paste) etc...
|
| Problem displaying mail items from within a new thread | 12 Jun 2006 21:48 GMT | 5 |
I'm developing and outlook addin in ATL/C++. Environment is VS2005 & Outlook2003. I want to display mail items from my addin. If I call to pMailItem->Display() from within an OnNewMail sink function, it works just fine. However, if I create a thread and call the above from within ...
|
| 'Home Page' in Outlook 2007 Beta 2 | 09 Jun 2006 19:29 GMT | 3 |
Hi - I'm trying to set a folder's home page address in Outlook 2007 Beta 2, but it is disable both through the Outlook object model and in the Outlook UI . For data files (e.g. personal folders) that are created by Outlook the
|
| Outlook 2007: Problem with SinkEvents on first explorer | 09 Jun 2006 08:46 GMT | 4 |
I'm having trouble sinking events on the initial Outlook explorer with the OL 2007 Beta. I get an exception (access violation) on this queryinterface call in my explorer event handler when I try to sink events. hr = m_pExplorer->QueryInterface(IID_IConnectionPointContainer, ...
|
| Outlook plugin and acrobat reader email option | 08 Jun 2006 23:28 GMT | 1 |
I made an outlook plugin to save mails in a database. The plugin create a new button 'Send and Save', but when I want to send a pdf file from acrobat by doing file->send email, the outlook window which is poped up doesn't load any plugin...
|