_Application.IsTrusted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Boolean (bool in C#) to indicate if an add-in or external caller is considered trusted by Outlook. Read-only
public:
property bool IsTrusted { bool get(); };
public bool IsTrusted { get; }
Public ReadOnly Property IsTrusted As Boolean
Property Value
Remarks
For out-of-process callers that have instantiated the Application object, IsTrusted always returns False. For Outlook add-ins, IsTrusted returns True if and only if the add-in is considered trusted by Outlook.