MeetingCancellationSchema Class
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.
Contains information about a cancelled meeting. The MeetingCancellationSchema class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class MeetingCancellationSchema : Microsoft::Exchange::WebServices::Data::MeetingMessageSchema
public class MeetingCancellationSchema : Microsoft.Exchange.WebServices.Data.MeetingMessageSchema
Public Class MeetingCancellationSchema
Inherits MeetingMessageSchema
- Inheritance
-
MeetingCancellationSchema
Fields
AppointmentType |
Defines the AppointmentType property. The AppointmentType field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
End |
Defines the End property. The End field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
EnhancedLocation |
Defines the EnhancedLocation property. The EnhancedLocation field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Location |
Defines the Location property. The Location field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Recurrence |
Defines the Recurrence property. The Recurrence field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Start |
Defines the Start property. The Start field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
Methods
GetEnumerator() |
Provides an enumerator for the properties of the schema. (Inherited from ServiceObjectSchema) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator that iterates through the properties in the schema. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Server 2013 and versions of Exchange starting with Exchange Online. (Inherited from ServiceObjectSchema) |