Description
-
Returns type and subtype of the content, if specified..
Property type
-
A String value.
Syntax
-
object.ContentTypeOnly
The ContentTypeOnly Property syntax has these
parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
Remarks
-
ContentTypeOnly property will extract and return only type and
subtype of the content (unlike full Content-Type header returned by
ContentType
property), if provided in the Content-Type header. For example, if
header like this is found:
- Content-Type:
application/octet-stream;
name="problem.zip"
-
then ContentTypeOnly would contain 'application/octet-stream'
value.
-
|