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
mailboxEmailAddressThe mailbox used to initialize the Attendee.
Attendee(string)
Initializes a new instance of the Attendee class.
public Attendee(string smtpAddress)
Parameters
smtpAddressstringThe 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
namestringThe name used to initialize the Attendee.
smtpAddressstringThe 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
namestringThe name used to initialize the Attendee.
smtpAddressstringThe SMTP address used to initialize the Attendee.
routingTypestringThe 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
ResponseType
Gets the type of response the attendee gave to the meeting invitation it received.
public MeetingResponseType? ResponseType { get; }