Gets the MIME type defined in the child's
Content-Type field or derives a MIME type from the parent
if child is null or hasn't got a MIME type value set.
If child's MIME type is multipart but no boundary
has been set the MIME type of child will be derived from
the parent.
Namespace: NI.Email.Mime.FieldAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
Parameters
- child
- Type: NI.Email.Mime.Field ContentTypeField
the child.
- parent
- Type: NI.Email.Mime.Field ContentTypeField
the parent.
Return Value
Type: Stringthe MIME type.
See Also