OpenEntry returns MAPI_E_CALL_FAILED error messages
Mon, 21 Jan 2008 05:07:28 -0800 (PST)
Hi,
I am trying to read the Messages in the Exchange Users MailBox. While
Opening the Folders[Inbox, Sent Items, etc, .... ] of the Users using
the following code
LPMDB mesgStore;
HRESULT hr = lpMAPISession->OpenMsgStore(0, lpcbEntryID,
(LPENTRYID)lppEntryID,NULL,
MAPI_BEST_A ...
|
Edit PR_STORE_ENRYID or PR_ENTRYID
Mon, 21 Jan 2008 02:31:01 -0800
Hello, i want to setup a profil in Exchange.
My problem is, who can i set a pst-file for the Exchange-account which
contains all messages.
Is it possible just to set the value like:
rgval[1].ulPropTag = PR_STORE_ENRYID;
rgval[1].Value.lpszA = "c:\temp\messages.pst";
Must the pst-file exsits b ...
|
Forever
Sun, 20 Jan 2008 12:49:07 -0800
...
|
Comparing the Messages in Exchange.
Fri, 18 Jan 2008 23:45:48 -0800 (PST)
Hi,
I am trying to comapre the two message to check whether both are same.
Does the EntryID of the individual Messge help in doing that...
I have copied set of messages to a new pst file and then I am
importing the new pst file to get back the only the missing message in
the original pst.
Any suggestions ...
|
Problem with MAPIReadMail and MapiFileDesc structure
Fri, 18 Jan 2008 10:50:39 +0100
Hello!
I have a following problem:
While I call MAPIReadMail with a parameter MapiPeek MAPI32 saves attachments
into temporary directory and creates structures MapiFileDesc:
public class MapiFileDesc
{
public int reserved;
public int flags;
public int position;
public string path;
public string name ...
|
IMessage::OpenProperty has an hidden call to CoInitialize?
Thu, 17 Jan 2008 21:10:00 -0800
I am working on an application that uses MAPI to access E-Mail.
I recently noticed that calls to CoInitialize / CoUninitialize becomes
unbalanced after accessing a message's content through the following call:
m_spIMessage->OpenProperty(
PR_RTF_COMPRESSED, &IID_IStream, 0, 0, &cpUnknown);
Any i ...
|
PR_USER_X509_CERTIFICATE value and Outlook contacts certificate
Fri, 11 Jan 2008 08:47:02 -0800
Hi,
I am trying to make a code that will import certificate file for contact
using c++.
The think is i didnt found anithing on the net but with outlook spy and MFC
mapi i conclude that PR_USER_X509_CERTIFICATE is the value where the
certificate(s) should be stored. This is the part of the code i use to assig ...
|
|
|
EmailSignature
Wed, 9 Jan 2008 13:04:40 -0800 (PST)
Hi
I want to strip off the signature from the Email. So I wanted to know
how I should check the starting and ending of the signature.
Thanks ...
|
MAPI mail properties for backup
Mon, 7 Jan 2008 08:24:49 -0800 (PST)
Hello,
I've got a query on the mailbox brick level backup using MAPI. The
intent here is to backup all the mails that the newer than the old
backup : I've been using the following three MAPI properties to
identify if its a new/changed item. These 3 properties are compared
with last backup time and if any one ...
|
Outlook COM Addin and MAPI Provider
Mon, 7 Jan 2008 09:24:33 -0000
Hi
I have a MAPI message store which works perfectly with Outlook 2007 but not
with 2003. The problem I'm having with it is that HTML messages don't render
in OL2003. I can't find any properties which could lead to this and I have
tried a lot of properties.
The MAPI provider has a helper COM add in written ...
|