Search Results for

    Show / Hide Table of Contents

    Class EventAttendeeOptions

    Options that can be set for the attendees

    Inheritance
    object
    EventAttendeeOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class EventAttendeeOptions

    Properties

    EmailAddress

    Mail address

    Declaration
    public string EmailAddress { get; set; }
    Property Value
    string

    Name

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    string

    Type

    Type

    Declaration
    public EventAttendeeType Type { get; set; }
    Property Value
    EventAttendeeType

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer