MeetingMessageType.AssociatedCalendarItemId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.