Gets the boundary string that is used to separate the body parts of a multipart internet message.
Syntax:
<sBoundary> = object.Boundary
Remarks
The boundary string only applies to composite or multipart messages that contain sub messages or body parts. The boundary is used to separate these entities within the message.
Samples