SmartResponseBaseType
extends Type
in package
Base class for smart responses.
Tags
Table of Contents
Properties
- $BccRecipients : ArrayOfRecipientsType
- Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail.
- $Body : BodyType
- Represents the actual body content of a message.
- $CcRecipients : ArrayOfRecipientsType
- Represents a collection of recipients that will receive a copy of the message.
- $From : SingleRecipientType
- Represents the address from which the message was sent.
- $IsDeliveryReceiptRequested : bool
- Indicates whether the sender of an item requests a delivery receipt.
- $IsReadReceiptRequested : bool
- Indicates whether the sender of an item requests a read receipt.
- $ReceivedBy : SingleRecipientType
- Identifies the delegate in a delegate access scenario.
- $ReceivedRepresenting : SingleRecipientType
- Identifies the principal in a delegate access scenario.
- $ReferenceItemId : ItemIdType
- Identifies the item to which the response object refers.
- $Subject : string
- Represents the subject property of Exchange store items.
- $ToRecipients : ArrayOfRecipientsType
- Contains a set of recipients of an item.
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
$BccRecipients
Represents a collection of recipients to receive a blind carbon copy (Bcc) of an e-mail.
public
ArrayOfRecipientsType
$BccRecipients
Tags
$Body
Represents the actual body content of a message.
public
BodyType
$Body
Tags
$CcRecipients
Represents a collection of recipients that will receive a copy of the message.
public
ArrayOfRecipientsType
$CcRecipients
Tags
$From
Represents the address from which the message was sent.
public
SingleRecipientType
$From
Tags
$IsDeliveryReceiptRequested
Indicates whether the sender of an item requests a delivery receipt.
public
bool
$IsDeliveryReceiptRequested
Tags
$IsReadReceiptRequested
Indicates whether the sender of an item requests a read receipt.
public
bool
$IsReadReceiptRequested
Tags
$ReceivedBy
Identifies the delegate in a delegate access scenario.
public
SingleRecipientType
$ReceivedBy
Tags
$ReceivedRepresenting
Identifies the principal in a delegate access scenario.
public
SingleRecipientType
$ReceivedRepresenting
Tags
$ReferenceItemId
Identifies the item to which the response object refers.
public
ItemIdType
$ReferenceItemId
Tags
$Subject
Represents the subject property of Exchange store items.
public
string
$Subject
Tags
$ToRecipients
Contains a set of recipients of an item.
public
ArrayOfRecipientsType
$ToRecipients
These are the primary recipients of an 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