ContentBase Property (CDONTS Message Object)

ContentBase Property (CDONTS Message Object)

The ContentBase property returns or sets the Content-Base header of a MIME (Multipurpose Internet Mail Extensions) message body. Read/write (read-only for a message in the Inbox).

Syntax

        objMessage.

Data Type

String

Remarks

The ContentBase property is used for MHTML (MIME HTML) support. It represents the Content-Base header for the appropriate MIME body part.

For more information on MHTML, see the RFC 2110 document.

Note

In compliance with RFC 2557, Microsoft Exchange 2000 Server and later versions no longer emit Content-Base headers. Therefore, using the ContentBase setting will not result in the Content-Base header being set in the message represented by this Message object.

See Also

Concepts

Message Object (CDONTS Library)