CalendarItemType.ConferenceType Property
The ConferenceType property gets or sets an integer value that describes the type of conferencing that is performed with a calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConferenceType As Integer
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Integer
value = instance.ConferenceType
instance.ConferenceType = value
public int ConferenceType { get; set; }
Property Value
Type: System.Int32
The ConferenceType property returns an integer value that describes the type of conferencing that is performed with a calendar item.
See Also