Interface IDriveRecipient
Represents a person, group, or other recipient to share a drive item with using the invite action.
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public interface IDriveRecipient
Properties
The email address for the recipient, if the recipient has an associated email address.
Declaration
string Email { get; set; }
Property Value
System.String
|