Specifies the meeting attendee type for a recipient of a meeting request.
| C# | Visual Basic |
public enum RecipientStatus
Public Enumeration RecipientStatus
| Member | Description |
|---|---|
| Unknown |
The recipient attendee status is unknown.
It is not known whether this recipient will attend the meeting.
|
| Accepted |
The recipient has accepted the meeting invitation, and will be attending the meeting.
|
| Declined |
The recipient has declined to accept the meeting invitation, and will not be attending the meeting.
|
| Tentative |
The recipient has tentatively accepted the meeting invitation, and might be attending the meeting.
|
| NoResponse |
The recipient has not responded to the meeting invitation.
It is not known whether this recipient will attend the meeting.
|