PreviewMeetingInfoDisplayKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum is used to describe the meeting info display type.
public enum class PreviewMeetingInfoDisplayKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract, 65536)]
enum class PreviewMeetingInfoDisplayKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract), 65536)]
public enum PreviewMeetingInfoDisplayKind
var value = Windows.UI.Core.Preview.Communications.PreviewMeetingInfoDisplayKind.organizerAndTime
Public Enum PreviewMeetingInfoDisplayKind
- Inheritance
-
PreviewMeetingInfoDisplayKind
- Attributes
Windows requirements
Device family |
Windows Team Extension SDK (introduced in 10.0.19041.0)
|
API contract |
Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
OrganizerAndTime | 0 | Displays the meeting organizer and scheduled time. |
OrganizerTimeAndTitle | 1 | Displays the meeting title, organizer and scheduled time. |