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
ItemId
Gets the Id of the occurrence.
public ItemId ItemId { get; }
Property Value
OriginalStart
Gets the original start date and time of the occurrence.
public DateTime OriginalStart { get; }
Property Value
Start
Gets the start date and time of the occurrence.
public DateTime Start { get; }