MailboxData
extends Type
in package
Represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
Table of Contents
Properties
- $AttendeeType : string
- Represents the type of attendee identified in the Email property.
- $Email : EmailAddressType
- Represents the mailbox user for a GetUserAvailability query.
- $ExcludeConflicts : bool
- Specifies whether to return suggested times for calendar times that conflict among the attendees.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$AttendeeType
Represents the type of attendee identified in the Email property.
public
string
$AttendeeType
This is used in requests for meeting suggestions.
Tags
Represents the mailbox user for a GetUserAvailability query.
public
EmailAddressType
$Email
Tags
$ExcludeConflicts
Specifies whether to return suggested times for calendar times that conflict among the attendees.
public
bool
$ExcludeConflicts
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed