Howto detect a fnevObjectCreated notification was fired from a new searchfolder entry?
Fri, 19 Mar 2010 17:07:38 +0100
Hi there,
I just hit the problem that with Outlook 2007 & Exchange 2007 I get a
fnevObjectCreated notification
whenever a new entry is added to the search result folder.
The question is: How do I detect that the created item is just a link to a
mapi item?
openEntry to get some props seems to open the linke ...
|
Windows Email Programs
Wed, 17 Mar 2010 11:24:01 -0700
Is there a Version of Windows Mail versus Windows Live Mail that can be
downloaded for XP ??
...
|
IstoreFolder::OpenMessage () fail
Wed, 24 Feb 2010 14:46:56 -0800
Hi,
I got the same problem while working with Mapi API.
specially some calls are failing on Vista with windows email. We have a plugin code which uses the IstoreFolder::OpenMessage(). Other than windows Vista this code works perfectly. I am getting error 0x80070057.
thanks
ram
Nik wrote:
Re: GetMai ...
|
MAPI33 Windows Service Initialize Help
Mon, 22 Feb 2010 13:05:06 -0800
Hello,
I am trying to create a windows service that will connect to a mailbox and read message from the inbox. I was able to get this working as a windows application; I then turned my attention to porting the code to a Windows Service. However I am now stuck with calling the MAPI33.MAPI.Initialize() function. ...
|
Determing the access rights to an (possibly shared) item in cache mode
Fri, 19 Feb 2010 15:41:32 +0100
Hi everybody,
I have a little problem here:
Our application monitors all message stores for new items and adds
some custom properties to certain message types. My problem ist to
check whether or not an item is owned by another user or if I do not have
MAPI_MODIFY rights on the items when in cache mode. Is the ...
|
MAPI - Redirect Delivery/Read Recipts
Thu, 11 Feb 2010 05:05:01 -0800
I wish to redirect all mail response receipts - Delivery/Read/Failure etc. -
to a dedicated mailbox which is NOT the same as the Sending Address of the
email.
I have set various keys, including for example the PR_READ_REQUEST key and
am receiving the required return messages quite happily, but only to the
...
|
NO Access on Imessage.SaveChanges()
Tue, 02 Feb 2010 06:56:30 -0800
Hi Dmitry,
Sorry for getting back to you so late; due to the fact I couldn't get this working I moved on to a different way of storing if I had read the message or not. However since this is my preferred method I have included my mapi.getMessage code here
<code>
public IMessage getMessage(ENTRYID _ ...
|
|
|
ShowForm an Outlook contact -able to modify contact but not delete? Why?
Sat, 30 Jan 2010 18:01:55 -0000
Hello
I use the default message store using OpenMsgStore with MDB_WRITE.
I OpenEntry on the default message store to get the Inbox with
MAPI_BEST_ACCESS.
I get the PR_IPM_CONTACT_ENTRYID entry id of the Contacts folder using
OpenEntry with MAPI_BEST_ACCESS flag.
I then pick an EntryID of a contqact i ...
|
Free/Busy provider "Resources autopick" issue
Thu, 28 Jan 2010 23:10:01 -0800
Hello,
I have written an Free/Busy provider for my Custom message store and I have
an little issue.
In Outlook at Scheduling tab, I have 3 attendees, and I see Free/Busy
information for all of them, If one of this attendee is marked as Resource
(Room or Equipment),
and from Options->AutoPick select "All pe ...
|
Secure Email using MAPI
Fri, 22 Jan 2010 08:19:01 -0800
I need to encrypt/sign messages using MAPI. I have used HrSetOneProp to set
the PR_SECURITY_FLAGS on my IMessage interface, but the mail is still sent
unencrypted/unsigned. I used MFCMapi to look at the properties of the
message, and I see the tag 0x6E010003 listed with a value of 3.
After doing further ...
|