.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getParamVal method
Example

Returns the value of a header parameter.

Defined in

MIMEHeader

Syntax

public String getParamVal(String paramName)
    throws NotesException

public String getParamVal(String paramName, boolean folded)
    throws NotesException

Parameters

String


boolean folded Return value

String


Usage

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 method in LotusScript MIMEHeader class

Example
See Also