Interface IDriveRecipient
Represents a person, group, or other recipient to share a drive item with using the invite action.
public interface IDriveRecipient
Properties
The email address for the recipient, if the recipient has an associated email address.
string Email { get; set; }