Class AppointmentOccurrenceId
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the Id of an occurrence of a recurring appointment.
public sealed class AppointmentOccurrenceId : ItemId
- Inheritance
-
AppointmentOccurrenceId
- Inherited Members
Constructors
AppointmentOccurrenceId(string, int)
Initializes a new instance of the AppointmentOccurrenceId class.
public AppointmentOccurrenceId(string recurringMasterUniqueId, int occurrenceIndex)
Parameters
recurringMasterUniqueId
stringThe Id of the recurring master the Id represents an occurrence of.
occurrenceIndex
intThe index of the occurrence.
Properties
OccurrenceIndex
Gets or sets the index of the occurrence. Note that the occurrence index starts at one not zero.
public int OccurrenceIndex { get; set; }