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
Public method AttendeeType The AttendeeType constructor initializes a new instance of the AttendeeType class.

Top

Properties

  Name Description
Public property LastResponseTime The LastResponseTime property gets or sets the date and time that the latest was response received.
Public property 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.
Public property Mailbox The Mailbox property gets or sets a fully resolved e-mail address.
Public property ResponseType The ResponseType property gets the type of response received for a meeting. This property is read-only.
Public property 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top