MailboxData Members
The MailboxData class represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
The following tables list the members exposed by the MailboxData type.
Public Constructors
Name | Description | |
---|---|---|
MailboxData | The MailboxData constructor initializes a new instance of the MailboxData class. |
Top
Public Properties
Name | Description | |
---|---|---|
AttendeeType | The AttendeeType property gets or sets a value that identifies the type of attendee that is identified by the Email property. This property is required per the schema. This is a read/write property. | |
The Email property gets or sets the mailbox user for a GetUserAvailability query. | ||
ExcludeConflicts | The ExcludeConflicts property gets or sets a value that specifies whether to return suggested times for calendar times that conflict among the attendees. This property is optional. This is a read/write property. | |
ExcludeConflictsSpecified | The ExcludeConflictsSpecified property gets or sets a Boolean value that specifies whether the ExcludeConflicts property is serialized into the Simple Object Access Protocol (SOAP) request. This property is required if the ExcludeConflicts property is set. This is a read/write property. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top