AttendeeResponse enumeration
Provides values for specifying attendee replies to a meeting invitation.
Namespace: WebSvcMeetings
Assembly: STSSOAP (in STSSOAP.dll)
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. |