|
|
|
MAPI_DIALOG not working for me
22 Mar 2006 19:34:11 -0800
Dear Experts,
MAPI-DIALOG flag is not working for me. Could anyone please help me
out? The code snippet is as below
hr= mapiAllocateBuffer( sizeof(ADRLIST), (LPVOID*)&pAdrList);
static const size_t ARRAY_SIZE=2;
hr= mapiAllocateBuffer(ARRAY_SIZE * sizeof(SPropValue),
(LPVOID FAR * ...
|
Soft Deletes, Hard Deletes, Shift+Delete, Move, etc.
Wed, 22 Mar 2006 17:45:09 -0700
I'm writing an auditing tool and I'm trying to find out exactly what happens to
an item in Outlook when you 1.) Delete 2.) Shift+Delete and 3.) Move.
By doing a before & after comparison of the PR_ENTRYID, here's what I think
Outlook is doing:
- If you press the Delete key (or button), the item is
...
|
appointment questions
Tue, 21 Mar 2006 18:48:48 -0000
Hi,
I'm new to writing MAPI code, but have managed to read a public calendar,
getting the subject line, and the date of the original posting etc. using
the following:
Sub ListOrders(oCalendar As MAPI.Folder)
Dim iIndex As Integer
Dim oMessages As MAPI.Messages
Dim oMessage As MAPI.Message
...
|
MAPI, IMPERSONATION AND WINDOWS NT SERVICES.
20 Mar 2006 07:19:28 -0800
Good day MAPI professionals.
I have written article about undocumented feature of MAPI - another way
of using MAPI, impersonation and windows NT services.
http://www.mapi33.adexsolutions.com/kb/MAPIImpersonation_eng.htm
Sergey Golovkin
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:31:18 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:31:12 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:38:55 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
|
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:38:50 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
first parameter of MAPIResolveName
16 Mar 2006 20:45:34 -0800
Hi,
How to resolve Mailbox Name in Extended MAPI? I tried with
'MAPIResolveName' as follows
lpMapiRecipDesc pResolved ;
ULONG res = MAPIResolveName((LHANDLE)m_session, NULL, "var",
MAPI_DIALOG, 0, &pResolved );
The call succeeds. However I think, its not the apt way to use it. The
problem is with t ...
|
first parameter of MAPIResolveName
16 Mar 2006 20:41:04 -0800
Hi,
How to resolve Mailbox Name in Extended MAPI? I tried with
'MAPIResolveName' as follows
lpMapiRecipDesc pResolved ;
ULONG res = MAPIResolveName((LHANDLE)m_session, NULL, "var",
MAPI_DIALOG, 0, &pResolved );
The call succeeds. However I think, its not the apt way to use it. The
problem is with t ...
|
|
|