CdoMHTMLFlags Enum
Topic Last Modified: 2006-06-13
The CdoMHTMLFlags enumeration is used to set an argument when calling the CreateMHTMLBody Method.
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Values
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 CreateMHTMLBody Method for more information.