Table of Contents

Class EventRecipientOptions

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Options that can be set for a recipient

public class EventRecipientOptions
Inheritance
EventRecipientOptions
Inherited Members

Properties

Address

Mail address for the recipient

public string Address { get; set; }

Property Value

string

Name

Name for the recipient

public string Name { get; set; }

Property Value

string