MeetingRequestMessageType.MeetingRequestType Property
The MeetingRequestType property gets or sets an instance of the MeetingRequestTypeType that specifies the type of meeting request that is represented by this instance of the MeetingRequestMessageType class.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MeetingRequestType As MeetingRequestTypeType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As MeetingRequestTypeType
value = instance.MeetingRequestType
instance.MeetingRequestType = value
public MeetingRequestTypeType MeetingRequestType { get; set; }
Property Value
Type: ExchangeWebServices.MeetingRequestTypeType
The MeetingRequestType property returns an instance of the MeetingRequestTypeType that specifies the type of meeting request that is represented by this instance of the MeetingRequestMessageType class.