ContentTypeAttr Property
The attributes for content-type header of the message which was encoded/decoded.
Object Oriented Interface
public function getContentTypeAttr(); public function setContentTypeAttr($value);
Procedural Interface
ipworksopenpgp_mime_get($res, 3 ); ipworksopenpgp_mime_set($res, 3, $value );
Default Value
''
Remarks
This property contains content-type attributes such as "filename", "boundary", "charset", etc.
Data Type
String