Class EventRecipientOptions
Options that can be set for a recipient
Inheritance
System.Object
EventRecipientOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class EventRecipientOptions : object
Properties
Address
Mail address for the recipient
Declaration
public string Address { get; set; }
Property Value
System.String
|
Name
Name for the recipient
Declaration
public string Name { get; set; }
Property Value
System.String
|