Table of Contents

Class OccurrenceInfo

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Encapsulates information on the occurrence of a recurring appointment.

public sealed class OccurrenceInfo : ComplexProperty
Inheritance
OccurrenceInfo
Inherited Members

Properties

End

Gets the end date and time of the occurrence.

public DateTime End { get; }

Property Value

DateTime

ItemId

Gets the Id of the occurrence.

public ItemId ItemId { get; }

Property Value

ItemId

OriginalStart

Gets the original start date and time of the occurrence.

public DateTime OriginalStart { get; }

Property Value

DateTime

Start

Gets the start date and time of the occurrence.

public DateTime Start { get; }

Property Value

DateTime