AttendeeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, MeetingAttendeeType, Boolean) |
Initializes a new instance of the AttendeeInfo class by using the specified SMTP address, attendee type, and conflict exclusions. |
AttendeeInfo(String) |
Initializes a new instance of the AttendeeInfo class by using the specified SMTP e-mail address. |
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. |