Documentation

RecipientTrackingEventType extends Type
in package

Represents information for a single event for a recipient.

Table of Contents

Properties

$BccRecipient  : bool
This element is optional.
$Date  : string
This element is required.
$DeliveryStatus  : string
This element is required.
$EventData  : ArrayOfStringsType
This element is optional.
$EventDescription  : string
This element is required.
$HiddenRecipient  : bool
This element is optional.
$InternalId  : int
This element is required.
$Properties  : ArrayOfTrackingPropertiesType
This element is optional.
$Recipient  : EmailAddressType
This element is required.
$RootAddress  : string
This element is optional.
$Server  : string
This element is required.
$UniquePathId  : string
This element is optional.

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

$DeliveryStatus

This element is required.

public string $DeliveryStatus
Tags
since

Exchange 2010

see
MessageTrackingDeliveryStatusType

$EventDescription

This element is required.

public string $EventDescription
Tags
since

Exchange 2010

see
MessageTrackingEventDescriptionType

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