AssociatedAppointmentId property

ItemId? AssociatedAppointmentId
Gets the Id of the appointment associated with the meeting message.

Implementation

ItemId? get AssociatedAppointmentId =>
    this.PropertyBag[MeetingMessageSchema.AssociatedAppointmentId] as ItemId?;