AttendeeType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AttendeeType class represents attendees and resources for a meeting.
public ref class AttendeeType
public class AttendeeType
Public Class AttendeeType
- Inheritance
-
AttendeeType
Constructors
AttendeeType() |
The AttendeeType constructor initializes a new instance of the AttendeeType class. |
Properties
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. |