Share via


StoreGuidFromURL Method

StoreGuidFromURL Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This method returns the globally unique identifier (GUID) of the store that contains the item specified by the URL.

Applies To

IStoreGuidFromURL Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

[Visual Basic]Function StoreGuidFromURL
(
    bstrURL As String
) As String

[C++]HRESULT StoreGuidFromURL (     BSTR bstrURL,     BSTRpbstrGuid );

Parameters

  • bstrURL
    On successful return, contains the GUID of the store.
  • pbstrGuid
    The GUID of the store returned as a reference to a BSTR.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method is useful when the store GUID is required for registration, such as when Registering for Store-Wide Events.

For CoClass information, see the StoreGuidFromURL CoClass.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.