CdoMHTMLFlags Enum

CdoMHTMLFlags Enum

The CdoMHTMLFlags enumeration is used to set an argument when calling theIMessage.CreateMHTMLBody method.

Name Value Description

CdoSuppressNone

0

Download all resources referred to in elements within the resource at the specified Uniform Resource Identifier (URI) (not recursive).

CdoSuppressImages

1

Do not download resources referred to in IMG elements.

CdoSuppressBGSounds

2

Do not download resources referred to in BGSOUND elements.

CdoSuppressFrames

4

Do not download resources referred to in FRAME elements.

CdoSuppressObjects

8

Do not download resources referred to in OBJECT elements.

CdoSuppressStyleSheets

16

Do not download resources referred to in LINK elements.

CdoSuppressAll

31

Do not download any resources referred to from within the page.

Remarks

You can OR (|) these enumerated values together when setting the argument.

See Also

Concepts

CreateMHTMLBody Method