Description
-
Returns boundary of subparts, if any.
Property type
-
A String value.
Syntax
-
object.ContentBoundary
The ContentBoundary Property syntax has these
parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
Remarks
-
ContentBoundary property will extract and return boundary character
string that splits parts of the message, if provided in the Content-Type header. For example, if
header like this is found:
- Content-Type: multipart/alternative;
boundary="----_=_NextPart_001_01C67AA0.0A948760"
-
then ContentBoundary would contain '----_=_NextPart_001_01C67AA0.0A948760'
value.
|