ManagementRoles Class

Definition

Contains user and application roles used to restrict access based on group membership. The ManagementRoles class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class ManagementRoles sealed
public sealed class ManagementRoles
Public NotInheritable Class ManagementRoles
Inheritance
ManagementRoles

Constructors

ManagementRoles(String)

Initializes a new instance of the ManagementRoles class with the associated user role. The ManagementRoles(String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ManagementRoles(String, String)

Initializes a new instance of the ManagementRoles class with the associated user role and application role. The ManagementRoles(String, String) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ManagementRoles(String[], String[])

Initializes a new instance of the ManagementRoles class with the associated collection of user and application roles. The ManagementRoles(String[], String[]) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to