Enum AccessRequestOption Operation types for the SetAccessRequest method Namespace: PnP.Core.Model.SharePoint Assembly: PnP.Core.dll Syntax public enum AccessRequestOption : int Disabled Disables the access request and removes the specific email address (if present) Enabled Enable the access request SpecificMail Enables the access request for a specific email address. Works in combination with the email parameter.