EmailMeetingInfo Class
Definition
Represents the information associated with a meeting.
public ref class EmailMeetingInfo sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMeetingInfo final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class EmailMeetingInfo final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMeetingInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class EmailMeetingInfo
function EmailMeetingInfo()
Public NotInheritable Class EmailMeetingInfo
- Inheritance
-
EmailMeetingInfo
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
email
emailSystem
|
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1511 | 10586 | IsReportedOutOfDateByServer |
Constructors
EmailMeetingInfo() |
Initializes a new instance of the class. |
Properties
AllowNewTimeProposal |
Gets or sets a Boolean value indicating whether the proposal of a new time is allowed. |
AppointmentOriginalStartTime |
Gets or sets the start time for a meeting. |
AppointmentRoamingId |
Gets or sets the server identifier for the appointment associated with an email message. |
Duration |
Gets or sets the duration of the meeting. |
IsAllDay |
Gets or sets a Boolean value indicating whether the meeting is an all day event. |
IsReportedOutOfDateByServer |
Gets a Boolean value indicating if the meeting is reported as out of date by the server. |
IsResponseRequested |
Gets or sets a Boolean value indicating whether a response to the meeting request is required. |
Location |
Gets or sets the meeting location. |
ProposedDuration |
Gets or sets the proposed duration for the proposed meeting change. |
ProposedStartTime |
Gets or sets the proposed start time for the proposed meeting change. |
Recurrence |
Gets or sets the recurrence parameters. |
RecurrenceStartTime |
Gets or sets the first instance of the recurrence pattern. |
RemoteChangeNumber |
Gets or sets the change number on the server that identifies the meeting email change number. |
StartTime |
Gets or sets the start time for the meeting. |