PartCount Property
The number of records in the Part arrays.
Object Oriented Interface
public function getPartCount(); public function setPartCount($value);
Procedural Interface
ipworksopenpgp_mime_get($res, 9 ); ipworksopenpgp_mime_set($res, 9, $value );
Default Value
0
Remarks
This property controls the size of the following arrays:- PartContentDisposition
- PartContentDispositionAttr
- PartContentId
- PartContentType
- PartContentTypeAttr
- PartDecodedFile
- PartDecodedString
- PartEncoding
- PartFilename
- PartHeaders
- PartName
- PartSize
This property is not available at design time.
Data Type
Integer