MeetingRequestMessageType.ConferenceType Property
The ConferenceType property gets or sets an integer value that specifies the type of conferencing that is performed with the meeting.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ConferenceType As Integer
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
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 specifies the type of conferencing that is performed with the meeting. The following table contains possible values for the ConferenceType property.
Value |
Description |
---|---|
0 |
NetMeeting |
1 |
NetShow |
2 |
Chat |
See Also