MailboxData Members
Include Protected Members
Include Inherited Members
The MailboxData class represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
The MailboxData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailboxData | The MailboxData constructor initializes a new instance of the MailboxData class. |
Top
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