CdoMHTMLFlags Enum
CdoMHTMLFlags Enum
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. 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.
Send us your feedback about the Microsoft Exchange Server 2003 SDK.
Build: June 2007 (2007.618.1)
© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.