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