Description:
Microsoft 32-bit development newsgroup.
|
|
|
Error when calling IMessage.SaveChanges with Outlook 2003
|
| |
Hey everybody, i've got following problem. With the PENTRYID and IMSGStore.OpenEntry i get the IMessage. After that i set some Userproperties with IMessage.SetProps. Everything works fine. The problem occurs after calling IMessage.SaveChanges (KEEP_OPEN_READWRITE) An access violation is shown at 0x7c92b21a with following stacktrace:... more »
|
|
Extended MAPI implementation for Linux Platform
|
| |
Hi This may be off topic but i am curious to know if any one aware of Linux equivalent library for Extended MAPI. basically i want to build a tool which will run on linux platform and proceses email and pst data so is looking for any proxy implementation of Extended MAPI on Linux Thanks in advance... more »
|
|
DeleteMessage not working properly
|
| |
Hi, I have implemented a library for use with VB code that gets round security prompts. I recently optimised this library as I discovered it was making many unnecessary MAPI logons, so that it just logs on on initialisation and off once done. Since this optimisation, the DeleteMessage function has shown... more »
|
|
IMessage::CopyTo fails with HRESULT=0x80070015
|
| |
I have some C++ extended MAPI code that saves messages from Exchange mailboxes to outlook msg files. This typically works just fine but today I started seeing a bunch of errors when running this code against a new client's exchange server (Win2003/Exchange 2003) The following code will fail with HRESULT=0x80070015 / "The device is not... more »
|
|
Setting encryption flag in profile
|
| |
When you edit a profile manually, in the Security tab, there is a check box labeled "Encrypt data between Outlook and Exchange Server". My program is creating profiles that connect to Exchange, and I would like to enable this check box. By turning this on and off manually, and looking at the resulting... more »
|
|
ICS synchronization returns MAPI_E_CORRUPT_DATA
|
| |
Hello I have an issue with my application synchronizing calendar entries from Exchange using the Incremental Change Synchronization (ICS) through the IExchangeExportChanges interface. In some environments the 'IExchangeExportChanges::Synch ronize' function returns with the MAPI error: 'MAPI_E_CORRUPT_DATA'. When this occures the MAPI callback synchronization... more »
|
|
About SendMessage() - Cpp
|
| |
Hi, First, i Hope it is the good section where i posted ! I'm lookin for any help, i tried to get help on developpez.com or siteduzero.com but nobody is able to help me ! Im gettin crazy i really dont succeed. I'm trying to send the TAB key for example via SendMessage to Notepad => SendMessage(NotepadHandle, WM_KEYDOWN, VK_TAB,0);... more »
|
|
|