MailboxData 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.
The MailboxData class represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
public ref class MailboxData
public class MailboxData
Public Class MailboxData
- Inheritance
-
MailboxData
Remarks
This class is used by the MailboxDataArray property of the GetUserAvailabilityRequestType object.
Constructors
MailboxData() |
The MailboxData constructor initializes a new instance of the MailboxData class. |
Properties
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. |