Table of Contents

Interface IDriveRecipient

Namespace
PnP.Core.Model.Security
Assembly
PnP.Core.dll

Represents a person, group, or other recipient to share a drive item with using the invite action.

public interface IDriveRecipient

Properties

Email

The email address for the recipient, if the recipient has an associated email address.

string Email { get; set; }

Property Value

string