Description
-
Returns Content-Type header.
Property type
-
A String value.
Syntax
-
object.ContentType
The ContentType Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
Remarks
-
ContentType property will internally scan headers and search for
'Content-Type' header, and return its information to you. Full
header value will be received. If you want only content type and
subtype values, use
ContentTypeOnly
property.
-
-
You can also access already parsed values from Content-Type
header. Please try ContentTypeOnly,
ContentCharset,
ContentBoundary
and ContentName
properties.
|