MeetingMessageType.AssociatedCalendarItemId Property
The AssociatedCalendarItemId property gets or sets the calendar item that is associated with this instance of the MeetingMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AssociatedCalendarItemId As ItemIdType
Get
Set
'Usage
Dim instance As MeetingMessageType
Dim value As ItemIdType
value = instance.AssociatedCalendarItemId
instance.AssociatedCalendarItemId = value
public ItemIdType AssociatedCalendarItemId { get; set; }
Property Value
Type: ExchangeWebServices.ItemIdType
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.
See Also