ServiceObjectSchema Class

Definition

Represents the base class for all item, folder, and conversation schemas.

public ref class ServiceObjectSchema abstract : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinition ^>
public abstract class ServiceObjectSchema : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinition>
Public MustInherit Class ServiceObjectSchema
Implements IEnumerable(Of PropertyDefinition)
Inheritance
ServiceObjectSchema
Derived
Implements

Fields

ExtendedProperties

Defines the ExtendedProperties property.

Methods

GetEnumerator()

Provides an enumerator for the properties of the schema.

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.

Applies to