AttendeeResponse Enumeration

Provides values for specifying attendee replies to a meeting invitation.

Namespace:  [Meetings Web service]
Web service reference: http://Site/_vti_bin/Meetings.asmx

Syntax

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

Members

Member name Description
responseAccepted The invitee accepted the meeting invitation.
responseTentative The invitee marked the meeting invitation as tentative.
responseDeclined The invitee declined the meeting invitation.

See Also

Reference

Meetings Web Service