CalendarItemType.AdjacentMeetings 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 AdjacentMeetings property gets or sets an instance of the NonEmptyArrayOfAllItemsType class that contains all calendar items that are adjacent to a meeting time.
public:
property ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ AdjacentMeetings { ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ get(); void set(ExchangeWebServices::NonEmptyArrayOfAllItemsType ^ value); };
public ExchangeWebServices.NonEmptyArrayOfAllItemsType AdjacentMeetings { get; set; }
Public Property AdjacentMeetings As NonEmptyArrayOfAllItemsType
Property Value
The AdjacentMeetings property returns an instance of the NonEmptyArrayOfAllItemsType class that contains all calendar items that are adjacent to a meeting time.