MeetingRequestMessageType.AdjacentMeetingCount Property

The AdjacentMeetingCount property gets or sets the 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 MeetingRequestMessageType
Dim value As Integer

value = instance.AdjacentMeetingCount

instance.AdjacentMeetingCount = value
public int AdjacentMeetingCount { get; set; }

Property Value

Type: System.Int32
The AdjacentMeetingCount property returns the number of calendar items that are adjacent to a meeting time.