NonEmptyArrayOfInternetHeadersType
extends ArrayType
in package
Represents a collection of some of the Internet message headers that are contained in an item in a mailbox.
Table of Contents
Properties
- $InternetMessageHeader : array<string|int, InternetHeaderType>
- Represents the Internet message header for a given header within the headers collection.
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
$InternetMessageHeader
Represents the Internet message header for a given header within the headers collection.
public
array<string|int, InternetHeaderType>
$InternetMessageHeader
= array()
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