OutlookMailClientClientId Property

Gets the unique identifier of the registered application to use Outlook.com Mail API.

Definition

Namespace: DevCase.ThirdParty.MicrosoftLive
Assembly: DevCase.net48.ThirdParty.MicrosoftLive (in DevCase.net48.ThirdParty.MicrosoftLive.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ClientId { get; }

Property Value

String
The unique identifier of the registered application to use Outlook.com Mail API.

Remarks

You can get an API key at Microsoft's Application Registration Portal:

http://apps.dev.microsoft.com/#/appList

See Also