AppointmentOccurrenceId Class

Definition

Represents the identifier of an occurrence of a recurring appointment.

public ref class AppointmentOccurrenceId sealed : Microsoft::Exchange::WebServices::Data::ItemId
public sealed class AppointmentOccurrenceId : Microsoft.Exchange.WebServices.Data.ItemId
Public NotInheritable Class AppointmentOccurrenceId
Inherits ItemId
Inheritance
AppointmentOccurrenceId

Constructors

AppointmentOccurrenceId(String, Int32)

Initializes a new instance of the AppointmentOccurrenceId class.

Properties

ChangeKey

Gets the change key associated with the Exchange object.

(Inherited from ServiceId)
OccurrenceIndex

Gets or sets the index of the appointment occurrence. The occurrence index starts at one.

UniqueId

Gets the unique Id of the Exchange object.

(Inherited from ServiceId)

Methods

Equals(Object)

Determines whether the specified is equal to the current.

(Inherited from ServiceId)
GetHashCode()

Serves as a hash function for a particular type.

(Inherited from ServiceId)
SameIdAndChangeKey(ServiceId)

Determines whether two ServiceId instances are equal (including ChangeKeys)

(Inherited from ServiceId)
ToString()

Returns a System.String that represents the current System.Object.

(Inherited from ServiceId)

Applies to