Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

struct DocumentHeaderField


Description
This struct contains a name-value pair of a document header (i.e. the "subject" field and the appropriate value of a MIME message).


Elements

string Name
Description
The name of the header field.
string Value
Description
The value of the header field.
Top of Page