Class EventAttendeeOptions
Options that can be set for the attendees
public class EventAttendeeOptions
- Inheritance
-
EventAttendeeOptions
- Inherited Members
Properties
EmailAddress
Mail address
public string EmailAddress { get; set; }
Property Value
Name
Name
public string Name { get; set; }
Property Value
Type
Type
public EventAttendeeType Type { get; set; }