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
$BccRecipient
This element is optional.
public
bool
$BccRecipient
Tags
$Date
This element is required.
public
string
$Date
Tags
$DeliveryStatus
This element is required.
public
string
$DeliveryStatus
Tags
$EventData
This element is optional.
public
ArrayOfStringsType
$EventData
Tags
$EventDescription
This element is required.
public
string
$EventDescription
Tags
$HiddenRecipient
This element is optional.
public
bool
$HiddenRecipient
Tags
$InternalId
This element is required.
public
int
$InternalId
Tags
$Properties
This element is optional.
public
ArrayOfTrackingPropertiesType
$Properties
Tags
$Recipient
This element is required.
public
EmailAddressType
$Recipient
Tags
$RootAddress
This element is optional.
public
string
$RootAddress
Tags
$Server
This element is required.
public
string
$Server
Tags
$UniquePathId
This element is optional.
public
string
$UniquePathId
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