Share via


MeetingRequestTypeType Enumeration

The MeetingRequestTypeType enumeration describes the types of meeting requests.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MeetingRequestTypeType
'Usage
Dim instance As MeetingRequestTypeType
[SerializableAttribute]
public enum MeetingRequestTypeType

Members

Member name Description
None Indicates that the meeting request type is not defined.
FullUpdate Identifies the meeting request as a full update to an existing request. A full update has updated time and informational content.
InformationalUpdate Identifies the meeting request as only containing updated informational content.
NewMeetingRequest Identifies the meeting request as a new meeting request.
Outdated Identifies the meeting request as outdated.
SilentUpdate Identifies the meeting request as a silent update to an existing meeting.
PrincipalWantsCopy Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate.

Remarks

This enumeration is used by the MeetingRequestType property of the MeetingRequestMessageType object.

See Also

Reference

Other Resources