Share via


FilePathToHttpUrls Method

FilePathToHttpUrls 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 converts a file path from the local machine to a list of HTTPURLs that refer to the same resource.

Applies To

IExoledbUrlMapper Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

[Visual Basic]Function FilePathToHttpUrls
(
    bstrFilePath As String
) As Array

[C++]HRESULT FilePathToHttpUrls (     BSTR bstrFilePath,     SAFEARRAYppsaHttpUrls );

Parameters

  • bstrFilePath
    A local file path to a resource in the Exchange store.
  • ppsaHttpUrls
    A SAFEARRAY of VARIANTs containing the list of HTTPURLs that refer to the same resource.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

In Microsoft Visual C++ the returned SAFEARRAY must be freed with SafeArrayDestroy.

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.