mapi
Error while dynamically loading mapi32.dll
Our application uses Simple MAPI to send e-mails. One of our clients has problems sending e-mail from a session on his terminal server.[详细]
2022-12-29 06:04 分类:问答Extended MAPI: How to get the entry ID of messages moved by CopyMessages
I have found that if I move a message using IMAPIFolder::CopyMessages (using the MESSAGE_MOVE flag) the message gets a new entry ID. However I do not see any reliable way of getting the entry ID of th[详细]
2022-12-29 05:51 分类:问答How to best future proof my application that needs to connect to Outlook?
I have a contact management application written in Delphi which has a “Sync with Outlook” feature that I developed 10 years ago.Now, I’m going back to add some features and fix some bugs.This sync[详细]
2022-12-29 04:02 分类:问答OpenMsgStore fails: MAPI_E_NO_SUPPORT or E_ACCESSDENIED
I have to support an old C++ program (I am not its author) that uses Extended MAPI to scan mail folders from Outlook 2007.[详细]
2022-12-27 11:13 分类:问答Why does Thunderbird always return immediately after sending mail through MAPI?
Why does Thunderbird always return immediately after sending mail through MAPI? Other clients, like Outlook Express, returns only when the mail is sent or when the user was cancelled the request. But[详细]
2022-12-25 22:40 分类:问答MAPI_E_NOT_FOUND on OpenMsgStore
I\'m trying to open the MessageStore of a user using MAPI. The weird thing is, when I run this a console application, while I\'m logged with the user, everything works fine.[详细]
2022-12-23 06:12 分类:问答How to get encoding from MAPI message with PR_BODY_A tag (windows mobile)?
I am developing a program, that handles incoming e-mail and sms through windows-mobile MAPI. The code basically looks like that:[详细]
2022-12-23 05:11 分类:问答Undelete a contact in outlook
I have an application written in Delphi that adds / updates contacts in outlook.The problem I\'m having is that if the contact has been deleted in Outlook, the code still finds the contact and updates[详细]
2022-12-22 00:35 分类:问答How do I programmatically send email w/attachment to a known recipient using MAPI in C++? MAPISendMail()
This question is similar, but does not show how to add a recipient. How do I do both? We\'d like the widest support possible for as many Windows platforms as possible (from XP and greater)[详细]
2022-12-21 16:58 分类:问答Differentiating between a Compose Inspector and a Read Inspector
Is there a way to tell if the current inspector window, in Outlook 2007, is a Read window, or a Compose window?[详细]
2022-12-20 09:43 分类:问答