Method HttpMessagePart() :getPartCount() Foundation

Gets the number of parts in a message.

Syntax
 
:getPartCount() --> nPartCount
Return

:getPartCount() returns the number of parts in a message as a numeric value.

Description

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().

Feedback

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.