Platform SDK: CDO for Windows 2000

CdoMHTMLFlags Enum

The CdoMHTMLFlags enumeration is used to set an argument when calling the IMessage.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

IMessage.CreateMHTMLBody Method