OutlookMailClientExperimentalWindowHandle Property
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 IntPtr WindowHandle { get; }
Public ReadOnly Property WindowHandle As IntPtr
Get
Dim instance As OutlookMailClientExperimental
Dim value As IntPtr
value = instance.WindowHandle
public:
property IntPtr WindowHandle {
IntPtr get ();
}
member WindowHandle : IntPtr with get
No code example is currently available or this language may not be supported.
Property Value
IntPtr
The window handle of the window that owns this
OutlookMailClient instance.