AttendeeType
extends Type
in package
Represents attendees and resources for a meeting.
Table of Contents
Properties
- $LastResponseTime : string
- Represents the date and time of the latest response that is received.
- $Mailbox : EmailAddressType
- Identifies a fully resolved e-mail address.
- $ResponseType : string
- Represents the type of recipient response that is received for a meeting.
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
$LastResponseTime
Represents the date and time of the latest response that is received.
public
string
$LastResponseTime
Tags
$Mailbox
Identifies a fully resolved e-mail address.
public
EmailAddressType
$Mailbox
Tags
$ResponseType
Represents the type of recipient response that is received for a meeting.
public
string
$ResponseType
This property is only relevant to a meeting organizer's calendar item.
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