Description:
Microsoft 32-bit development newsgroup.
|
|
|
Strike-out subject of an appointment
|
| |
Hello, i've got the question if it is possible with extended Mapi to change the subject on an appointment from normal to striked out. I mean the same way if you delete a IMAP message. Then the subject is striked out and the whole message is greyed. Looking forward to your answers Greets Hans
|
|
Simple MAPI deprecated?
|
| |
Hi to everybody. I saw that "simple MAPI" API may be removed from future releases of Windows. There is a reason? There will be a substitute? Now I use simple MAPI to send mail from my software through the default mail client. My customers use MS Outlook, Outlook Express, Windows Mail, Eudora, Thunderbird and all of these now are working... more »
|
|
Fails to open Embedded Message with error 0x80004005
|
| |
Hi There, We have Email Archive application which will continuesly fetch the email from Journaling mailbox. Envelope Journaling is turned on and thus all the messages are embedded attached messages. The application is working for some time and we are able to process the embedded messages. At one point/time MAPI call... more »
|
|
PKI certificates and MAPI
|
| |
Hi, If a PST file has a PKI certificate associated for encryption, how does one establish a MAPI session that has the PKI certificate info passed to the session? Is this a session-level setting, or is it part of MAPI Profile creation? Which MAPI user call do I need to examine/study for how this can be... more »
|
|
Discover if the selected folder is a mail folder
|
| |
Hello, i want to discover if the selected folder is a mail folder. Therefore i had a look at the Properties of the IMapiFolder with OutlookSpy. For example in a Contactfolder there is the property PR_CONTAINER_CLASS IPF.Contact But in mail folders i can't find anything which leads to the conclusion that this is a mail folder.... more »
|
|
MAPI_E_FAILURE
|
| |
I have a simple MAPI interface that has been working for years. The user has the option to open a send e-mail form. The open form works fine for some installations of Outlook but not others. Here is the C++ code flags = MAPI_DIALOG ; error = lpfnSendMail( lplhSession, (ULONG)handle, &messg, flags, 0);... more »
|
|
OST file path
|
| |
I am able to retrieve pst file path configured in an outlook profile using profile section successfully but unable to retrieve ost file path hr = lpProviderAdmin->OpenProfileSe ction((LPMAPIUID)pRow->lpProps [0].Value.bin.lpb, NULL, MAPI_MODIFY | MAPI_FORCE_ACCESS, &lpProfSect); if (!FAILED(hr)) {... more »
|
|
Exception in GetContentsTable
|
| |
Hello! I have develop app to process messages from Outlook. User select a folder in Outlook (using PickFolder method from Outlook OOM) after that I convert it to IMAPIFolder to retrieve messages directly using Extended MAPI. But I'm getting an exception (Unhandled Exc at 0x000000c0 in ... : 0xC000005: Access violation reading location 0x000000C0)... more »
|
|
Can we detect if a PST is password protected?
|
| |
Hi is there any way to identify if a pst is password protected. my tool runs in batch mode and for password protected pst it prompts for password which i dont want , instead i can afford to move such pst to error directory and move on to next pst. while adding pst to existing profile. i guess ConfigureMsgService prompt for password ?... more »
|
|
|