MessageFormat Property (CDONTS Session Object)

MessageFormat Property (CDONTS Session Object)

The MessageFormat property returns or sets the default message encoding. Read/write.

Syntax

        objSession.MessageFormat 

Data Type

Long

Remarks

The MessageFormat property has the following defined values:

MessageFormat setting

Value

Description

CdoMime

0

The message is in MIME format.

CdoText

1

The message is in uninterrupted plain text (default value).

The MessageFormat property defaults to CdoMime. It serves as the default value for the MessageFormat property of the Message object.

See Also

Concepts

Session Object (CDONTS Library)