Class RecipientOptions
Options for a recipient
Inheritance
System.Object
RecipientOptions
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public class RecipientOptions : object
Properties
EmailAddress
Mail address of the recipient
Declaration
public string EmailAddress { get; set; }
Property Value
System.String
|