EmailMeetingInfo EmailMeetingInfo EmailMeetingInfo EmailMeetingInfo Class

Definition

Represents the information associated with a meeting.

public : sealed class EmailMeetingInfo : IEmailMeetingInfo, IEmailMeetingInfo2public sealed class EmailMeetingInfo : IEmailMeetingInfo, IEmailMeetingInfo2Public NotInheritable Class EmailMeetingInfo Implements IEmailMeetingInfo, IEmailMeetingInfo2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

EmailMeetingInfo() EmailMeetingInfo() EmailMeetingInfo() EmailMeetingInfo()

Initializes a new instance of the class.

public : EmailMeetingInfo()public EmailMeetingInfo()Public Sub New()// You can use this method in JavaScript.

Properties

AllowNewTimeProposal AllowNewTimeProposal AllowNewTimeProposal AllowNewTimeProposal

Gets or sets a Boolean value indicating whether the proposal of a new time is allowed.

public : PlatForm::Boolean AllowNewTimeProposal { get; set; }public bool AllowNewTimeProposal { get; set; }Public ReadWrite Property AllowNewTimeProposal As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether the proposal of a new time is allowed.

AppointmentOriginalStartTime AppointmentOriginalStartTime AppointmentOriginalStartTime AppointmentOriginalStartTime

Gets or sets the start time for a meeting.

public : IReference<DateTime> AppointmentOriginalStartTime { get; set; }public Nullable<DateTimeOffset> AppointmentOriginalStartTime { get; set; }Public ReadWrite Property AppointmentOriginalStartTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
Value
IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>

The start time for a meeting.

AppointmentRoamingId AppointmentRoamingId AppointmentRoamingId AppointmentRoamingId

Gets or sets the server identifier for the appointment associated with an email message.

public : PlatForm::String AppointmentRoamingId { get; set; }public string AppointmentRoamingId { get; set; }Public ReadWrite Property AppointmentRoamingId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The server identifier for the appointment associated with an email message.

Duration Duration Duration Duration

Gets or sets the duration of the meeting.

public : TimeSpan Duration { get; set; }public TimeSpan Duration { get; set; }Public ReadWrite Property Duration As TimeSpan// You can use this property in JavaScript.
Value
TimeSpan TimeSpan TimeSpan TimeSpan

The duration of the meeting.

IsAllDay IsAllDay IsAllDay IsAllDay

Gets or sets a Boolean value indicating whether the meeting is an all day event.

public : PlatForm::Boolean IsAllDay { get; set; }public bool IsAllDay { get; set; }Public ReadWrite Property IsAllDay As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether the meeting is an all day event.

IsReportedOutOfDateByServer IsReportedOutOfDateByServer IsReportedOutOfDateByServer IsReportedOutOfDateByServer

Gets a Boolean value indicating if the meeting is reported as out of date by the server.

public : PlatForm::Boolean IsReportedOutOfDateByServer { get; }public bool IsReportedOutOfDateByServer { get; }Public ReadOnly Property IsReportedOutOfDateByServer As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating if the meeting is reported as out of date by the server.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

IsResponseRequested IsResponseRequested IsResponseRequested IsResponseRequested

Gets or sets a Boolean value indicating whether a response to the meeting request is required.

public : PlatForm::Boolean IsResponseRequested { get; set; }public bool IsResponseRequested { get; set; }Public ReadWrite Property IsResponseRequested As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A Boolean value indicating whether a response to the meeting request is required.

Location Location Location Location

Gets or sets the meeting location.

public : PlatForm::String Location { get; set; }public string Location { get; set; }Public ReadWrite Property Location As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The meeting location.

ProposedDuration ProposedDuration ProposedDuration ProposedDuration

Gets or sets the proposed duration for the proposed meeting change.

public : IReference<TimeSpan> ProposedDuration { get; set; }public Nullable<TimeSpan> ProposedDuration { get; set; }Public ReadWrite Property ProposedDuration As Nullable<TimeSpan>// You can use this property in JavaScript.
Value
IReference<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan> Nullable<TimeSpan>

The proposed duration for the proposed meeting change.

ProposedStartTime ProposedStartTime ProposedStartTime ProposedStartTime

Gets or sets the proposed start time for the proposed meeting change.

public : IReference<DateTime> ProposedStartTime { get; set; }public Nullable<DateTimeOffset> ProposedStartTime { get; set; }Public ReadWrite Property ProposedStartTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
Value
IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>

The proposed start time for the proposed meeting change.

Recurrence Recurrence Recurrence Recurrence

Gets or sets the recurrence parameters.

public : AppointmentRecurrence Recurrence { get; set; }public AppointmentRecurrence Recurrence { get; set; }Public ReadWrite Property Recurrence As AppointmentRecurrence// You can use this property in JavaScript.

RecurrenceStartTime RecurrenceStartTime RecurrenceStartTime RecurrenceStartTime

Gets or sets the first instance of the recurrence pattern.

public : IReference<DateTime> RecurrenceStartTime { get; set; }public Nullable<DateTimeOffset> RecurrenceStartTime { get; set; }Public ReadWrite Property RecurrenceStartTime As Nullable<DateTimeOffset>// You can use this property in JavaScript.
Value
IReference<DateTime> Nullable<DateTimeOffset> Nullable<DateTimeOffset> Nullable<DateTimeOffset>

The first instance of the recurrence pattern.

RemoteChangeNumber RemoteChangeNumber RemoteChangeNumber RemoteChangeNumber

Gets or sets the change number on the server that identifies the meeting email change number.

public : ulong RemoteChangeNumber { get; set; }public ulong RemoteChangeNumber { get; set; }Public ReadWrite Property RemoteChangeNumber As ulong// You can use this property in JavaScript.
Value
ulong ulong ulong ulong

The change number on the server that identifies the meeting email change number.

StartTime StartTime StartTime StartTime

Gets or sets the start time for the meeting.

public : DateTime StartTime { get; set; }public DateTimeOffset StartTime { get; set; }Public ReadWrite Property StartTime As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

The start time for the meeting.