Syntax
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).
Field Summary
|
Name |
The name of the header field.
|
|
Value |
The value of the header field.
|
|
Field Details
|
|
Syntax
string Name;
Description
The name of the header field.
Syntax
string Value;
Description
The value of the header field.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.