WindowsUtilities.IsOutlook Method |
Determines whether the specified process instance corresponds to Microsoft Office Outlook
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic static bool? IsOutlook(
Process process
)
Parameters
- process
- Type: System.Diagnostics.Process
The process instance.
Return Value
Type:
Nullable<Boolean>true if the process is 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