Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
HrOpenExchangePublicStore - Outlook 2007
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Karl  
View profile  
 More options Jan 18 2007, 5:26 am
Newsgroups: microsoft.public.win32.programmer.messaging
From: Karl <k...@nospam.nospam>
Date: Thu, 18 Jan 2007 02:26:00 -0800
Subject: HrOpenExchangePublicStore - Outlook 2007
Hi,

HrOpenExchangePublicStore doesn't work with Outlook 2007 - can anyone shed
any light on this - returns 0x800b0001.  Works OK on Outlook 2003.

Cheers
Karl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Griffin [MSFT]  
View profile  
 More options Jan 18 2007, 10:01 am
Newsgroups: microsoft.public.win32.programmer.messaging
From: "Stephen Griffin [MSFT]" <sgrif...@online.microsoft.com>
Date: Thu, 18 Jan 2007 10:01:33 -0500
Local: Thurs, Jan 18 2007 10:01 am
Subject: Re: HrOpenExchangePublicStore - Outlook 2007
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...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Streblechenko  
View profile  
 More options Jan 18 2007, 11:56 am
Newsgroups: microsoft.public.win32.programmer.messaging
From: "Dmitry Streblechenko" <dmi...@dimastr.com>
Date: Thu, 18 Jan 2007 09:56:29 -0700
Local: Thurs, Jan 18 2007 11:56 am
Subject: Re: HrOpenExchangePublicStore - Outlook 2007
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...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karl  
View profile  
 More options Jan 26 2007, 9:46 am
Newsgroups: microsoft.public.win32.programmer.messaging
From: Karl <k...@nospam.nospam>
Date: Fri, 26 Jan 2007 06:46:02 -0800
Local: Fri, Jan 26 2007 9:46 am
Subject: Re: HrOpenExchangePublicStore - Outlook 2007
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Streblechenko  
View profile  
 More options Jan 26 2007, 12:09 pm
Newsgroups: microsoft.public.win32.programmer.messaging
From: "Dmitry Streblechenko" <dmi...@dimastr.com>
Date: Fri, 26 Jan 2007 10:09:35 -0700
Local: Fri, Jan 26 2007 12:09 pm
Subject: Re: HrOpenExchangePublicStore - Outlook 2007
Starting with Outlook 2007 when ou are trying to access the PF store
immediately - yes.
If you do not need to access it immediately and your app iss running a
message loop, you'll be fine as the stores table will update itself when
"row added" notification is received. In your case however,
HrDispatchNotifications is a must.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy  - Outlook, CDO
and MAPI Developer Tool

"Karl" <k...@nospam.nospam> wrote in message

news:2C497893-6B8E-4D0D-8E75-55497AD96BF0@microsoft.com...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »