IPWorks 2020 JavaScript Edition

Questions / Feedback?

Parts Property

Contains information about all parts of a MIME message.

Syntax


 getParts(): MIMEPartList;

 setParts(parts: MIMEPartList): void;

Default Value

Remarks

This property contains information about all parts of a MIME message. A MIME message consists of different parts, separated by either a user-specified or an auto-generated boundary. Each part has its own set of headers which are contained in the field.

The MIMEPARTS collection is filled out by the class when a call to either DecodeFromFile or DecodeFromString is made. However, when the EncodeToFile or EncodeToString methods are called, the class encodes the data given in either or into a MIME message.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]