PartName Property
This property contains the name given to a part, such as the filename.
Object Oriented Interface
public function getPartName($partidx); public function setPartName($partidx, $value);
Procedural Interface
ipworksopenpgp_mime_get($res, 20 , $partidx); ipworksopenpgp_mime_set($res, 20, $value , $partidx);
Default Value
''
Remarks
This property contains the name given to a part, such as the filename. Changing the value of PartDecodedFile sets automatically the corresponding PartName and consequently the PartHeaders.
The size of the array is controlled by the PartCount property.
This property is not available at design time.
Data Type
String