OutlookMailClientAuthorizeAsync Method
Authorizes this instance to use Microsoft Outlook Mail services.
Namespace: DevCase.ThirdParty.MicrosoftLiveAssembly: 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 Task<AuthenticationResult> AuthorizeAsync()
Public Function AuthorizeAsync As Task(Of AuthenticationResult)
Dim instance As OutlookMailClient
Dim returnValue As Task(Of AuthenticationResult)
returnValue = instance.AuthorizeAsync()
public:
Task<AuthenticationResult^>^ AuthorizeAsync()
member AuthorizeAsync : unit -> Task<AuthenticationResult>
No code example is currently available or this language may not be supported.
Return Value
TaskAuthenticationResult
The resulting
TaskTResult.
This is a code example.
No code example is currently available or this language may not be supported.
Dim outlookClient As New OutlookMailClient("YOUR CLIENT ID", OutlookMailScopes.ReadWrite Or OutlookMailScopes.Send)
Await outlookClient.AuthorizeAsync()
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.