OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| ContentID | |
| ContentDescription | |
| MsrpContentDisposition | |
| MimeExtensionField | |
| MimeExtensionFieldList | |
type record ContentID {
HeaderName headerName (CONTENT_ID_E),
charstring msgId
}
type record ContentDescription {
HeaderName headerName (CONTENT_DESCRIPTION_E),
charstring text
}
type record MsrpContentDisposition {
HeaderName headerName (CONTENT_DISPOSITION_E),
charstring dispositionType,
GenParams dispositionParams optional
}
type record MimeExtensionField {
HeaderName headerName (MIME_EXT_FIELD_E),
charstring hname,
charstring hval
}
type set of MimeExtensionField MimeExtensionFieldList