MAPI: Changing messages properties
Wed, 24 Jan 2007 13:37:02 -0800
Hi.
I'm trying to modify a message property of all messages in the INBOX. So I'm
doing a tree walk through all folders starting at DEFAULT delivery folder
(INBOX in my setup).
After getting an entry folder identifier for the INBOX, I call OpenEntry()
followed by GetHierarchyTable() called on the MAPI f ...
|
Constructing/Getting Outlook::_MailItem from IMessage. How?
24 Jan 2007 12:00:55 -0800
Hi,
It is easy to get IMessage interface from Outlook object _MailItem.
How hard it would be to do the opposite?
I have a new mail sink that allows me to get IMessage. I am forwarding
that e-mail.
And I would like to reuse _MailItem's Forward method, instead of making
a copy of IMessage and building al ...
|
How to get Active calendar folder list in Outlook2003?
18 Jan 2007 22:44:04 -0800
Hi All,
In Outlook-2003, We can select multiple calendar folders for
simultenous view. Is it possible to track that which calendar folders
are selected for current view using extended MAPI code?
I need to find the EntryIDs of all currently selected folders.
It would be great help, if some one can give me s ...
|
Problem with QueryIdentity and other issues on Intl Server
16 Jan 2007 15:57:49 -0800
Hello:
I have an application that will crawl mailboxes on an exchange server
and it works perfectly fine on all US servers I have.
Now on an international server, I have all kinds of issues:
1.) can't connect to the store using the usual
"/cn=Configuration/cn=Servers/cn=[MACHINENAME]/ cn=Microsoft Priva ...
|
Problem in deleting the one-off properties
16 Jan 2007 02:16:59 -0800
Hi,
I got his code from http://www.kbalertz.com/kb_928908.aspx. The code
says that one can restore a one-off message to a regular message by
deleting a set of named properties and by deleting a flag from another
named property.
#define dispidFormStorage 0x850F
#define dispidPageDirStream 0x8513
#def ...
|
Out of sync when modifying item in calendar day view (exmapi)
Mon, 15 Jan 2007 13:07:14 +0100
Hello,
when Im using "savechanges" (exmapi) on the calendar day view I receive this
error:
"the item could not be saved because ...". It seems that Outlook is caching
my item and it will not be synched with the view. Is there a little hack
how to sync it with the view ? Is it enough to simulate a modifi ...
|
class not licenced for use
Sun, 14 Jan 2007 23:48:10 +1100
Hi,
I'm having a problem invoking an MSMAPI COM object. whenever I try to do
so, I get an error "Class is not licensed for use" (or similar). I'm
primarily trying to do this through an Access database in VBA with the
command:
Set MAPISession1 = New MAPISession
although I've also tried this through a C ...
|
|
|
MAPI--> IMAPIProp::GetProps() problem at user-defined property on folder
Wed, 10 Jan 2007 20:04:49 -0500
hi,
according the MAPI SDK,
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/exchangesvr.asp,
MAPI defines two separate ranges for clients to use for new message
class-specific content properties:
a.. 0x6800 to 0x7BFF for transmittable properties
b.. 0x7C00 to 0x7FFF for n ...
|
Refresh folder view
Wed, 10 Jan 2007 14:54:22 +0100
Hello,
how can I refresh the view of a folder without switching to folder and then
back the origin one ?
Thx.
...
|
Crash outlook 2000
Tue, 9 Jan 2007 16:46:35 +0100
Hi,
When I create a new mail in outlook 2000 and change the mailformat from RTF
to plain text, outlook immidiately crashed.
NULL pointer exception on Outllib.dll address 0x3A507AAD
EAX = 00000000 EBX = 00000000 ECX = 08106474
EDX = 01D19FE8 ESI = 01D27E28 EDI = 00000000
EIP = 3A507AAD ESP = 0006F384 EBP ...
|