Documentation

ReplyAllToItemType extends SmartResponseType
in package

Represents a reply to the sender and all identified recipients of an item in the Exchange store.

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.
$NewBodyContent  : BodyType
Represents the actual body content of a message.
$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
since

Exchange 2007

$Body

Represents the actual body content of a message.

public BodyType $Body
Tags
since

Exchange 2007

$CcRecipients

Represents a collection of recipients that will receive a copy of the message.

public ArrayOfRecipientsType $CcRecipients
Tags
since

Exchange 2007

$From

Represents the address from which the message was sent.

public SingleRecipientType $From
Tags
since

Exchange 2007

$IsDeliveryReceiptRequested

Indicates whether the sender of an item requests a delivery receipt.

public bool $IsDeliveryReceiptRequested
Tags
since

Exchange 2007

$IsReadReceiptRequested

Indicates whether the sender of an item requests a read receipt.

public bool $IsReadReceiptRequested
Tags
since

Exchange 2007

$NewBodyContent

Represents the actual body content of a message.

public BodyType $NewBodyContent
Tags
since

Exchange 2007

$ReceivedBy

Identifies the delegate in a delegate access scenario.

public SingleRecipientType $ReceivedBy
Tags
since

Exchange 2007 SP1

$ReceivedRepresenting

Identifies the principal in a delegate access scenario.

public SingleRecipientType $ReceivedRepresenting
Tags
since

Exchange 2007 SP1

$ReferenceItemId

Identifies the item to which the response object refers.

public ItemIdType $ReferenceItemId
Tags
since

Exchange 2007

$Subject

Represents the subject property of Exchange store items.

public string $Subject
Tags
since

Exchange 2007

$ToRecipients

Contains a set of recipients of an item.

public ArrayOfRecipientsType $ToRecipients

These are the primary recipients of an item.

Tags
since

Exchange 2007

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

        
On this page

Search results