JAVA/CORBA CLASSES
Returns the complete header.
Defined in
MIMEHeader
Syntax
public String getHeaderValAndParams( ) throws NotesException
public String getHeaderValAndParams(boolean folded) throws NotesException
public String getHeaderValAndParams(boolean folded, boolean decoded) throws NotesException
Parameters
boolean folded
String
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
GetHeaderValAndParams method in LotusScript NotesMIMEHeader class
Example See Also