An Outlook: link does not include the StoreID. You haven't said anything
about your application. The solution is to touch the desired store before
using a link that has only an entry ID in it. Alternatively, use the full
path to the item in the link; see
http://www.slipstick.com/outlook/links.htm
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Sreenivas" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I use url of the form outlook:<EntryId> for emails in outlook. When I
> have
> the email in my non default store and outlook is not running then this
> link is not working. If we have the email in default store then this
> link will work even of outlook is not working.
>
> One solution to this is start outlook before using the link. I did not
> prefer this because if we start outlook application ourselves then we
> have to take care of closing it which is hard to handle in my case.
> But if we could somehow start outlook with parameters to open the
> particular item then we need not worry about closing. For doing this
> we need knowledge of outlook protocol. I don't find any where we have.
>
> Also I was wondering why we need not specify the StoreId in the
> outlook link. Do we have any clear documentation of the outlook
> protocol anywhere (Any books have this information?)
>
>
> Thanks in advance for your help.