CalendarItemType.AdjacentMeetingCount Property
The AdjacentMeetingCount property gets or sets an integer value that indicates the total number of calendar items that are adjacent to a meeting time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AdjacentMeetingCount As Integer
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Integer
value = instance.AdjacentMeetingCount
instance.AdjacentMeetingCount = value
public int AdjacentMeetingCount { get; set; }
Property Value
Type: System.Int32
The AdjacentMeetingCount property returns an integer value that indicates the total number of calendar items that are adjacent to a meeting time.
See Also