Click or drag to resize

ShellContextIsClientProcessOutlook Property

Determines whether the client process corresponds to Windows Explorer.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public bool? IsClientProcessOutlook { get; }

Property Value

Type: NullableBoolean
true if the process is Microsoft Office Outlook; false if it's not, null if it cannot be determined (if the process is dead or if its access is denied for example).
See Also