AttendeeType Members
Include Protected Members
Include Inherited Members
The AttendeeType class represents attendees and resources for a meeting.
The AttendeeType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AttendeeType | The AttendeeType constructor initializes a new instance of the AttendeeType class. |
Top
Properties
Name | Description | |
---|---|---|
LastResponseTime | The LastResponseTime property gets or sets the date and time that the latest was response received. | |
LastResponseTimeSpecified | The LastResponseTimeSpecified property gets or sets a Boolean value that indicates whether the LastResponseTime property is serialized into the SOAP message. This property is required if the LastResponseTime property is specified. | |
Mailbox | The Mailbox property gets or sets a fully resolved e-mail address. | |
ResponseType | The ResponseType property gets the type of response received for a meeting. This property is read-only. | |
ResponseTypeSpecified | The ResponseTypeSpecified property gets or sets a Boolean value that indicates whether the ResponseType property is serialized into the SOAP message. This property is required if the ResponseType property is specified. |
Top