Search Results for

    Show / Hide Table of Contents

    Interface IGraphEventAttendee

    Represents properties of the attendee of an event

    Inherited Members
    IDataModel<IGraphEventAttendee>.Requested
    IDataModel<IGraphEventAttendee>.HasValue(String)
    IDataModel<IGraphEventAttendee>.HasChanged(String)
    IDataModel<IGraphEventAttendee>.IsPropertyAvailable(Expression<Func<IGraphEventAttendee, Object>>)
    IDataModel<IGraphEventAttendee>.ArePropertiesAvailable(Expression<Func<IGraphEventAttendee, Object>>[])
    IDataModel<IGraphEventAttendee>.EnsureProperties(Expression<Func<IGraphEventAttendee, Object>>[])
    IDataModel<IGraphEventAttendee>.EnsurePropertiesAsync(Expression<Func<IGraphEventAttendee, Object>>[])
    IDataModel<IGraphEventAttendee>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IGraphEventAttendee>.ExecuteRequest(ApiRequest)
    IDataModel<IGraphEventAttendee>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IGraphEventAttendee>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IGraphEventAttendee>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IGraphEventAttendee>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface IGraphEventAttendee : IDataModel<IGraphEventAttendee>, IDataModelParent, IDataModelWithContext, ISupportModules<IGraphEventAttendee>

    Properties

    EmailAddress

    Includes the name and SMTP address of the attendee.

    Declaration
    IGraphEmailAddress EmailAddress { get; set; }
    Property Value
    IGraphEmailAddress

    ResponseStatus

    The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.

    Declaration
    IGraphEventResponseStatus ResponseStatus { get; }
    Property Value
    IGraphEventResponseStatus

    TimeSlot

    An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn't proposed another time, then this property is not included in a response of a GET event.

    Declaration
    IGraphTimeSlot TimeSlot { get; }
    Property Value
    IGraphTimeSlot

    Type

    The type of the attendee

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

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer