AttendeeInfo Class

Definition

Represents information about an attendee for whom to request availability information.

public ref class AttendeeInfo sealed
public sealed class AttendeeInfo
Public NotInheritable Class AttendeeInfo
Inheritance
AttendeeInfo

Constructors

AttendeeInfo()

Initializes a new instance of the AttendeeInfo class.

AttendeeInfo(String)

Initializes a new instance of the AttendeeInfo class by using the specified SMTP e-mail address.

AttendeeInfo(String, MeetingAttendeeType, Boolean)

Initializes a new instance of the AttendeeInfo class by using the specified SMTP address, attendee type, and conflict exclusions.

Properties

AttendeeType

Gets or sets the type of meeting attendee.

ExcludeConflicts

Gets or sets a value that indicates whether times when the attendee is not available should be returned.

SmtpAddress

Gets or sets the SMTP e-mail address of the attendee.

Operators

Implicit(String to AttendeeInfo)

Defines an implicit conversion between a string that represents an SMTP e-mail address and an AttendeeInfo object.

Applies to