OutlookMailClientExperimentalClient Property
Gets the wrapped Outlook services client.
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 OutlookServicesClient Client { get; }
Public ReadOnly Property Client As OutlookServicesClient
Get
Dim instance As OutlookMailClientExperimental
Dim value As OutlookServicesClient
value = instance.Client
public:
property OutlookServicesClient^ Client {
OutlookServicesClient^ get ();
}
member Client : OutlookServicesClient with get
No code example is currently available or this language may not be supported.
Property Value
OutlookServicesClient
the wrapped Outlook services client.