JAVA/CORBA CLASSES


getHeaderVal method
Example

Returns a header value without parameters.

Defined in

MIMEHeader

Syntax

public String getHeaderVal( )
    throws NotesException

public String getHeaderVal(boolean folded)
    throws NotesException

public String getHeaderVal(boolean folded, boolean decoded)
    throws NotesException

Parameters

boolean folded

boolean decoded 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

GetHeaderVal method in LotusScript NotesMIMEHeader class

Example
See Also