OutlookMailScopes Enumeration

Specifies the OAuthv2 scopes for use with the 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.
[FlagsAttribute]
public enum OutlookMailScopes

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Microsoft.Identity.Client

Microsoft.Experimental.IdentityModel.Clients.ActiveDirectory

Microsoft.Office365.OutlookServices-V2.0

Microsoft.OData.Client

Members

Read 2 Refers to the https://outlook.office.com/mail.read scope.
ReadWrite 4 Refers to the https://outlook.office.com/mail.readwrite scope.
Send 8 Refers to the https://outlook.office.com/mail.send scope.

See Also