AttendeeType Class

Definition

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.

Applies to