OutlookMailClientExperimentalIsAuthorized Property
Gets a value that determines whether Outlook.com API authorization was done.
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 bool IsAuthorized { get; }
Public ReadOnly Property IsAuthorized As Boolean
Get
Dim instance As OutlookMailClientExperimental
Dim value As Boolean
value = instance.IsAuthorized
public:
property bool IsAuthorized {
bool get ();
}
member IsAuthorized : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value that determines whether Outlook.com API authorization was done.