MeetingMessageType.AssociatedCalendarItemId Property

Definition

The AssociatedCalendarItemId property gets or sets the calendar item that is associated with this instance of the MeetingMessageType class.

public:
 property ExchangeWebServices::ItemIdType ^ AssociatedCalendarItemId { ExchangeWebServices::ItemIdType ^ get(); void set(ExchangeWebServices::ItemIdType ^ value); };
public ExchangeWebServices.ItemIdType AssociatedCalendarItemId { get; set; }
Public Property AssociatedCalendarItemId As ItemIdType

Property Value

The AssociatedCalendarItemId property returns an instance of the ItemIdType class that represents the calendar item that is associated with this instance of the MeetingMessageType class.

Applies to