Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






GetParamVal method

Returns the value of a header parameter.

Defined in

NotesMIMEHeader

Syntax

parameterValue$ = notesMIMEHeader.GetParamVal( paramName$ [ , folded ] )

Parameters

paramName$

String. The parameter name.

folded

Boolean. Optional. True formats for multi-line representation per the RFC-822 concept of folding. False (default) formats for single-line representation per the RFC-822 concept of unfolding.

Return value

parameterValue$

String. The parameter value.

Usage

The parameter value includes the delimiting quotation marks.

Folding terminates the header with a CRLF. Depending on length (1024 for X-Notes-Item headers and 78 for other headers), folding inserts CRLFs to break the header into multiple lines. Folding also inserts CRLFs after semicolons and commas. Unfolding removes all CRLFs.

Language cross-reference

getParamVal in Java MIMEEntity class

See examples

Examples: GetParamVal method
Related topics
Working with a MIME entity in LotusScript classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009