Re: Cannot Start the Reminder Folders Service Error Message Box
From: Shawn (noemail_at_nowhere-nada.com)
Date: 04/02/04
- Next message: Robert Swofford: "ConfigureMsgService throwing something"
- Previous message: Shawn: "Re: Cannot Start the Reminder Folders Service Error Message Box"
- In reply to: Shawn: "Re: Cannot Start the Reminder Folders Service Error Message Box"
- Next in thread: Henry Gusakovsky: "Re: Cannot Start the Reminder Folders Service Error Message Box"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 02 Apr 2004 16:13:53 GMT
Follow up.
I am returning the PR_FINDER_ENTRYID, it's the "Search Root" folder.
Thanks,
Shawn
"Shawn" <noemail@nowhere-nada.com> wrote in message
news:j3gbc.12453$gt6.2372@newssvr22.news.prodigy.com...
> Henry,
>
> I e-mailed you. I'll take a look at the PR_FINDER_ENTRYID.
>
> Thanks,
> Shawn
>
> "Henry Gusakovsky" <h_gusakovsky@hotmail.com> wrote in message
> news:c4j6ld$3r42@zubr.belcaf.minsk.by...
> > Hi Shawn,
> >
> > Outlook search Reminders folder in the root search folder hierarhy.
> > root search folder is defined by PR_FINDER_ENTRYID property of
IMsgStore.
> >
> > I think PR_REMINDERS_OFFLINE_ENTRYID and PR_REMINDERS_ONLINE_ENTRYID
> Outlook
> > uses only
> > if it works with Exchange Service provider.
> >
> > I'have developed logging tool that can logs MAPI calls of Outlook.
> > So I can mail it to you. Youl'll create logs and I can take a look at
that
> > stuff.
> >
> > If you are interested of it just mail me.
> >
> > WBR
> > Henry
> >
> > > Oh, another thing, I see that Outlook is always trying to create the
> > > Reminders folder even though I returned the
PR_REMINDERS_ONLINE_ENTRYID
> > and
> > > PR_REMINDERS_OFFLINE_ENTRYID entryid. So, I return MAPI_E_COLLISION
and
> > > then Outlook look for the Reminders folder and then it goes on it's
> merry
> > > way.
> > >
> > > "Shawn Walker" <noemail@noserver.nada.goaway.com> wrote in message
> > > news:106ohh4dmtut7e2@corp.supernews.com...
> > > > I'm writing a message store provider (MSP) and I'm having a problem
> that
> > > > Outlook pops up a message box that says:
> > > >
> > > > "Cannot start the reminder service. Unable to show reminders. The
> > Tasks
> > > > folder cannot be found."
> > > >
> > > > Why is it doing that? I can't see any error in my MSP.
> > > >
> > > > The MSP is returning STORE_SEARCH_OK for PR_STORE_SUPPORT_MASK.
> > > >
> > > > The MSP does return the following Outlook folders for the root
folder
> > and
> > > > Inbox.
> > > >
> > > > #define PR_IPM_APPOINTMENT_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D0)
> > > > #define PR_IPM_CONTACT_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D1)
> > > > #define PR_IPM_JOURNAL_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D2)
> > > > #define PR_IPM_NOTE_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D3)
> > > > #define PR_IPM_TASK_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D4)
> > > > #define PR_REMINDERS_ONLINE_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D5)
> > > > #define PR_REMINDERS_OFFLINE_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D6)
> > > > #define PR_IPM_DRAFTS_ENTRYID PROP_TAG( PT_BINARY,
> 0x36D7)
> > > >
> > > > I do have the folder "Reminders" in the root folder heirarchy and
the
> > > > PR_FOLDER_TYPE is set to FOLDER_SEARCH.
> > > >
> > > > I have not seen any method callback that Outlook calls into my MSP
> that
> > it
> > > > returns MAPI_E_NO_SUPPORT.
> > > >
> > > > Any ideas to what I is wrong?
> > > >
> > > > Thanks,
> > > > Shawn
> > > >
> > > >
> > >
> > >
> >
> >
>
>
- Next message: Robert Swofford: "ConfigureMsgService throwing something"
- Previous message: Shawn: "Re: Cannot Start the Reminder Folders Service Error Message Box"
- In reply to: Shawn: "Re: Cannot Start the Reminder Folders Service Error Message Box"
- Next in thread: Henry Gusakovsky: "Re: Cannot Start the Reminder Folders Service Error Message Box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|