Error trying ShowForm using MAPI on an Exchange Server...
Thu, 20 Mar 2008 11:16:26 -0700
Here is the short version.
Using MAPI to address and attach documents in my Delphi Application.
On a NORMAL CLIENT with Outlook 2000 (or 2003) installed, it works great.
ShowForm() shows the normal Outlook form. (Form Manager Version works
too).
But if I run this client code on the Exchange Server itself. N ...
|
MAPI_E_FAILONEPROVIDER When invoke OpenMsgStore()
Wed, 19 Mar 2008 12:21:41 -0700
I create a service and run as MAPI client, main task is synchronize voie
mail between our own voice mailbox and exchange mail box
In our implementation, we need create each prfile for each user and do
synchrnization one by one.
The problem is I always get MAPI_E_FAILONEPROVIDER when I invoke
OpenMsgStore() ...
|
Anybody having any insight into what different bits correspond to in PR_RECIPIENT_FLAGS
Wed, 19 Mar 2008 16:13:43 +0530
Hi,
I have found links where some people have responded with some possible
values for PR_RECIPIENT_FLAGS
0x0003 is set to mark the attendee as organizer
0x0001 is set to mark an attendee
Similarly if we delete an attendee from an exception, some different bits
are set to mark that the attendee as removed ...
|
How to determine if mail was sent or received
Wed, 19 Mar 2008 03:19:58 -0700 (PDT)
I simply want to determine (by examining the IMessage properties), if
an Outlook e-mail has been sent or received. But I don't find the
right property for it. I checked on PR_MESSAGE_FLAGS but this seems to
be alway "1".
Any hints? ...
|
How to open a shared calendar
Mon, 17 Mar 2008 13:50:04 -0700
I'm trying to open a shared calendar the same way that outlook does. Is
there an interface to do this? I can't use OOM.
...
|
STORE_UNICODE_OK
Sun, 16 Mar 2008 05:22:27 -0500
I have a pst with STORE_UNICODE_OK bit set. When i open the message i can
see the subject as having
international characters and is displayed correctly.
When i retrieve PR_SUBJECT_A i get ???, the famous non-unicode characters.
When i retrieve for PR_SUBJECT_W i get the right unicode characters.
Is the ...
|
IMAPISession::SetDefaultStore
Fri, 14 Mar 2008 02:34:00 -0700
Hi,
I´m trying to setup a profil for Outlook with MAPI.
So far so good. It´s no problem to create the profil an editing this.
But i want to use a pst-file as default store and always get an error.
"This informationstorage can´t used as standardstore"
But in the account-settings I can chose the pst-fil ...
|
|
|
Failed to connect to PST file using MAPI
Fri, 14 Mar 2008 13:52:02 +0800
I am writing program for fetching data from Exchange sever and PST files.
Program faces following four scenarios for connections
1. Repeatedly connect to exchange server
2. Repeatedly connect to PST file
3. First connect to exchange server and then to PST file
4. First connect to PST file and then to Exchan ...
|
GetMsgStoresTable is returning message store of Previous Session
Wed, 12 Mar 2008 23:39:38 -0700 (PDT)
Hi there,
When i close my MAPI application abruptly, or when it gets closed
abruptly.
The on the second run, i sometimes get the error like
"Object reference is not set to an instance of object."
When i debugged whats wrong, i found out that my GetMsgStoresTable was
returning multiple and previous session' ...
|
Dragging mail to "Personal Folders" disappears it
Wed, 12 Mar 2008 23:31:53 -0700 (PDT)
Hi there,
I just dragged some of my mails to the root Folder i.e. Personal
Folders
and its gone now.
How to recover them from MAPI.
It must be stored somewhere.
Also i have a PST (PST 2) with some mails but it is not shown in any
folders, it is present in root level folder (Personal Folders)
I have a con ...
|