Table of Contents

Class Attendee

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an attendee to a meeting.

public sealed class Attendee : EmailAddress, ISearchStringProvider
Inheritance
Attendee
Implements
Inherited Members

Constructors

Attendee()

Initializes a new instance of the Attendee class.

public Attendee()

Attendee(EmailAddress)

Initializes a new instance of the Attendee class from an EmailAddress.

public Attendee(EmailAddress mailbox)

Parameters

mailbox EmailAddress

The mailbox used to initialize the Attendee.

Attendee(string)

Initializes a new instance of the Attendee class.

public Attendee(string smtpAddress)

Parameters

smtpAddress string

The SMTP address used to initialize the Attendee.

Attendee(string, string)

Initializes a new instance of the Attendee class.

public Attendee(string name, string smtpAddress)

Parameters

name string

The name used to initialize the Attendee.

smtpAddress string

The SMTP address used to initialize the Attendee.

Attendee(string, string, string)

Initializes a new instance of the Attendee class.

public Attendee(string name, string smtpAddress, string routingType)

Parameters

name string

The name used to initialize the Attendee.

smtpAddress string

The SMTP address used to initialize the Attendee.

routingType string

The routing type used to initialize the Attendee.

Properties

LastResponseTime

Gets the date and time when the attendee last responded to a meeting invitation or update.

public DateTime? LastResponseTime { get; }

Property Value

DateTime?

ResponseType

Gets the type of response the attendee gave to the meeting invitation it received.

public MeetingResponseType? ResponseType { get; }

Property Value

MeetingResponseType?