CalendarItemType.AdjacentMeetings Property
The AdjacentMeetings property gets or sets an instance of the NonEmptyArrayOfAllItemsType class that contains all calendar items that are adjacent to a meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AdjacentMeetings As NonEmptyArrayOfAllItemsType
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As NonEmptyArrayOfAllItemsType
value = instance.AdjacentMeetings
instance.AdjacentMeetings = value
public NonEmptyArrayOfAllItemsType AdjacentMeetings { get; set; }
Property Value
Type: ExchangeWebServices.NonEmptyArrayOfAllItemsType
The AdjacentMeetings property returns an instance of the NonEmptyArrayOfAllItemsType class that contains all calendar items that are adjacent to a meeting time.
See Also