Platform SDK: Exchange 2000 Server

CdoMHTMLFlags Enum

[This is preliminary documentation and subject to change.]

The CdoMHTMLFlags enumeration is used to set an argument when calling the IMessage::CreateMHTMLBody method.

Name Value Description
cdoSuppressNone 0 Download all resources from the Web page (default)
cdoSuppressImages 1 Do not download resources from <IMG [DYN]SRC=...> or <BODY BACKGROUND=...> tags
cdoSuppressBGSounds 2 Do not download resources from <BGSOUND SRC=...> tags
cdoSuppressFrames 4 Do not download resources from <FRAME SRC=...> tags
cdoSuppressObjects 8 Do not download resources from <OBJECT CODEBASE=...> tags
cdoSuppressStyleSheets 16 Do not download resources from <LINK HREF=…> tags
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 IMessage::CreateMHTMLBody for more information.