Attendee Class

Definition

Represents a meeting attendee.

public ref class Attendee sealed : Microsoft::Exchange::WebServices::Data::EmailAddress
public sealed class Attendee : Microsoft.Exchange.WebServices.Data.EmailAddress
Public NotInheritable Class Attendee
Inherits EmailAddress
Inheritance

Constructors

Attendee()

Initializes a new instance of the Attendee class.

Attendee(EmailAddress)

Initializes a new instance of the Attendee class.

Attendee(String)

Initializes a new instance of the Attendee class.

Attendee(String, String)

Initializes a new instance of the Attendee class.

Attendee(String, String, String)

Initializes a new instance of the Attendee class.

Properties

Address

Gets or sets the email address.

(Inherited from EmailAddress)
Id

Gets or sets the contact identifier that the email address represents.

(Inherited from EmailAddress)
LastResponseTime

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

MailboxType

Gets or sets the type of the email address.

(Inherited from EmailAddress)
Name

Gets or sets the name that is associated with the email address.

(Inherited from EmailAddress)
ResponseType

Gets the type of response that the attendee gave to the meeting invitation.

RoutingType

Gets or sets the routing type that is associated with the email address.

(Inherited from EmailAddress)

Methods

ToString()

Returns a string that represents this EmailAddress object.

(Inherited from EmailAddress)

Explicit Interface Implementations

ISearchStringProvider.GetSearchString()

Returns a string representation of this instance for use in a search filter. The ISearchStringProvider.GetSearchString() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

(Inherited from EmailAddress)

Applies to