It used to work!
Wed, 17 Dec 2008 10:12:40 -0800
Hello all!
We had developed a MAPI interface (years ago) that has been working just
fine with Outlook and Outlook Express. It is, I believe, simple MAPI. Now
we're moving on to "Live Mail" and are trying to hang on to the roller
coaster ride.
The same, unaltered program code MAPI interface (in VB6) that ha ...
|
Extended MAPI from local system account
Wed, 17 Dec 2008 02:19:01 -0800
We have a Windows NT service that runs as local system account.
We need to send a email by means of Extended MAPI, without any user logging
in.
We tried to create a user account with "CreateProfile", but when we try to
open the mailbox with "OpenMsgStore", we receive the error
"MAPI_E_FAILONEPROVIDER", whi ...
|
Getting Contents of a SOFT Deleted Folder
Mon, 15 Dec 2008 17:02:55 -0800
Hi,
I am trying to get contents of a Soft Deleted folder and what ever flags
(MAPI_UNICODE or SHOW_SOFT_DELETE or Combination of both or none) I pass to
IMAPIFolder->GetContentsTable, I keep getting MAPI_E_NOT_FOUND.
I also tried using OpenProperty on PR_CONTAINER_CONTENTS but that does not
work either. In ...
|
Defer Action processing problem
Wed, 10 Dec 2008 02:19:51 -0800 (PST)
Hi All,
In my project I am dealing with rules. I am able to process
all the rules except client side rule. These get stored in
(OP_DEFER_ACTION action type) actions structure.
I am getting the data but not sure how to process that data.
Can any one help me out of this problem.
_________ ...
|
IConverterSession: MAPIToMIMEStm - bug?
Wed, 10 Dec 2008 14:52:04 +0530
Hi,
I am using MAPIToMIMEStm for storing all type of item to an .eml file. I am
facing problem with Notes, the colors assigned to notes does not gets
displayed if the eml file are imported in Outlook. The problem seems to be
that the above function does not stores the PR_ICON_INDEX property in the
eml fi ...
|
MAPI: Hang on Exchange server no avaliable
Tue, 09 Dec 2008 07:32:58 -0800
I'm trying to receive a list of Exchange message stores and folders tree.
When the Exchange server avaliable, a list of folders and Message Stores reads correctly. But when the Exchange server is unavailable, my program hangs on recieve Root Container of Public Folders Message Store:
MsgStore.OpenEntry (0, ni ...
|
Newbie: Looking for good MAPI Documentation/Howto/Tutorial/Book
Mon, 8 Dec 2008 14:47:31 +0100
Hi,
I am quite new in MAPI programming. Although I have a couple of years of
programming experience I find it quite difficult to get started with MAPI.
Of course MSDN is a great information source and pretty good reverence but
not so good if you have no idea where to start.
I would like to learn how thi ...
|
|
|
Extended MAPI
Fri, 5 Dec 2008 16:07:31 +0530
Hi All,
I am new to MAPI programming. I need to write a standlone clinet application
to communicate/exchange messages with Exchange Server 2003. I am struggling
to know any dependancies that MAPI programs can have and more importantly I
could not find reference/guide to Extended MAPI.
Thanks,
Vivek.
...
|
Facing problem while reading PST data using MAPI API
Wed, 3 Dec 2008 02:18:30 -0800 (PST)
Hi,
I have an application which tries to read data from PST (using MAPI
API) and dumps it on text file. I have a set of PST of size (5-10GB)
on which my application fails while executing steps like:
1. It throws an exception while Configure the message service of a PST
while creating temporary profile for a ...
|
Log on to Exchange Server from alone PC
Mon, 1 Dec 2008 10:14:42 +0200
Hello my lovely Gurus,
I'm looking for solution, allowing me to establish connection to Microsoft
Exchange Server from client machine which is not a domain member, or member
of trusted domains. Just connections from an alone PC. Is somewhere any
guide, algorithm, which I can follows and implement these ...
|