Method HttpMessagePart() :getPartCount() Foundation
Gets the number of parts in a message.
:getPartCount() --> nPartCount
:getPartCount() returns the number of parts in a message as a numeric value.
The method :getPartCount() returns the number of parts in a message. This number can be used for accessing parts via their ordinal with the method :getPart().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.