Appointment.UniqueId

Appointment.UniqueId property

Gets or sets a string value that contains the GUID for the calendar item. In MS Exchange this is PidLidGlobalObjectId mapi property.

public string UniqueId { get; set; }

Property Value

The unique id.

See Also