Documentation

InternetHeaderType extends Type
in package

Represents the Internet message header for a given header within a headers collection.

Tags
todo

Extend a string class.

Table of Contents

Properties

$_  : string
The value of the header.
$HeaderName  : string
Identifies the header name.

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

$HeaderName

Identifies the header name.

public string $HeaderName
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