Gets the parameter at the specified position in the Content-Disposition header field.
The parameter at the specified position.
The Content-Disposition header field may contain parameters that provide further information about the disposition of the content. An example of a commonly used parameter is the filename parameter, which indicates the file name of a file attachment. The IMAP4 server parses the parameters of the Content-Disposition header field and includes them in a BODYSTRUCTURE structure.
You may call this method to get the parameter at a specific index value.
The parameter index must satisfy 0 <= index < NumContentDispositionParams.
BodyStructureData Class | Hunny.Mail Namespace