Check if an object is an Outlook application. TRUE if the object is a COM object with the property `Name`, with value `Outlook`.

is_outlook(x)

Arguments

x

any object

Value

TRUE if the object is a binding to Outlook Application instance.