ExchangeService.GetAppMarketplaceUrl Method

Definition

Overloads

GetAppMarketplaceUrl(String, String)

Gets the URL of the apps marketplace, based on the supported API and schema version.The GetAppMarketplaceUrl(String, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with 15.00.0847.032.

GetAppMarketplaceUrl()

Gets the URL of the apps marketplace.The GetAppMarketplaceUrl() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

GetAppMarketplaceUrl(String, String)

Gets the URL of the apps marketplace, based on the supported API and schema version.The GetAppMarketplaceUrl(String, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with 15.00.0847.032.

public:
 System::String ^ GetAppMarketplaceUrl(System::String ^ apiVersionSupported, System::String ^ schemaVersionSupported);
public string GetAppMarketplaceUrl (string apiVersionSupported, string schemaVersionSupported);
Public Function GetAppMarketplaceUrl (apiVersionSupported As String, schemaVersionSupported As String) As String

Parameters

apiVersionSupported
String

The API version supported by the client.

schemaVersionSupported
String

The schema version supported by the client.

Returns

The apps Marketplace URL.

Remarks

Exception will be thrown for errors.

Applies to

GetAppMarketplaceUrl()

Gets the URL of the apps marketplace.The GetAppMarketplaceUrl() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 System::String ^ GetAppMarketplaceUrl();
public string GetAppMarketplaceUrl ();
Public Function GetAppMarketplaceUrl () As String

Returns

The apps Marketplace URL.

Remarks

Exception will be thrown for errors.

Applies to