MessagePartCount Property
The number of records in the MessagePart arrays.
Syntax
__property int MessagePartCount = {read=FMessagePartCount, write=FSetMessagePartCount};
Default Value
0
Remarks
This property controls the size of the following arrays:- MessagePartContentDisposition
- MessagePartContentEncoding
- MessagePartContentId
- MessagePartContentType
- MessagePartFilename
- MessagePartId
- MessagePartMultipartMode
- MessagePartParameters
- MessagePartSize
This property is read-only and not available at design time.
Data Type
Integer