immediately - yes.
"row added" notification is received. In your case however,
is a must.
...
> Dmitry,
> I've never come across this before. Is this something we should be doing
> on
> all programmatically create profiles and sessions after we've opened the
> mailbox store? In some instances the profile is very short lived and
> just
> used to verify a user address or public folder for example.
> We're a server based application that creates a profile and logons to the
> mailbox. We use this session to access any mailbox on the server using
> CreateStoreEntryID and OpenMsgStore.
> Regards
> Karl
> "Dmitry Streblechenko" wrote:
>> After opening the primary mailbox, don't forget to call
>> HrDispatchNotifications() to make sure the stores table
>> (IMAPISession::GetMsgStoresTable) gets updated.
>> Dmitry Streblechenko (MVP)
>> http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> "Stephen Griffin [MSFT]" <sgrif...@online.microsoft.com> wrote in message
>> news:OE%23YMGxOHHA.780@TK2MSFTNGP03.phx.gbl...
>> > In Outlook 2007, the public folder store isn't added to the store table
>> > until you open the mailbox store the first time. After that, subsequent
>> > use of the profile will have the public folder in the table.
>> > I'm guessing you're creating a brand new profile and trying to go
>> > directly
>> > to the public folder store. Open the mailbox first and your code should
>> > work.
>> > Dmitry had a thread on this earlier, but I can't find it...
>> > "Karl" <k...@nospam.nospam> wrote in message
>> > news:9F81FB72-82CD-4494-A67F-1D504039A3F5@microsoft.com...
>> >> Hi,
>> >> HrOpenExchangePublicStore doesn't work with Outlook 2007 - can anyone
>> >> shed
>> >> any light on this - returns 0x800b0001. Works OK on Outlook 2003.
>> >> Cheers
>> >> Karl