AttendeeResponse Enumeration

Provides values for specifying attendee replies to a meeting invitation.

Web Service: MeetingsWeb Reference: http://<Site>/_vti_bin/Meetings.asmx

Syntax

<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/meetings/")> _
Public Enumeration AttendeeResponse

Dim instance As AttendeeResponse
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/meetings/")] 
public enum AttendeeResponse

Members

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

See Also

Reference

Meetings Web Service