ExtensionInstallScope Enum

Definition

Defines the role-based access control scope for the extension. The ExtensionInstallScope enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class ExtensionInstallScope
public enum ExtensionInstallScope
Public Enum ExtensionInstallScope
Inheritance
ExtensionInstallScope

Fields

Default 3

The configured default. The Default field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

None 0

No access for the associated task. The None field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Organization 2

The Everyone group in the associated organization. The Organization field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

User 1

The associated user. The User field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to