MimeContentType
extends Type
in package
Represents the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
Table of Contents
Properties
- $_ : string
- A text value that represents a base64Binary MIME stream.
- $CharacterSet : string
- The International Standards Organization (ISO) name of the character set used in the MIME message.
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
$_
A text value that represents a base64Binary MIME stream.
public
string
$_
Tags
$CharacterSet
The International Standards Organization (ISO) name of the character set used in the MIME message.
public
string
$CharacterSet
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