_Application.IsTrusted Property

Definition

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.

Applies to