The MessageFormat property returns or sets the default message encoding. Read/write.
objSession.MessageFormat
Long
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.