Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use. Holds the options that affect the behavior of the CreateWebPage method.
Syntax
typedef struct tagWEBPAGEOPTIONS {
DWORD cbSize;
DWORD dwFlags;
DWORD dwDelay;
WCHAR wchQuote;
} WEBPAGEOPTIONS, *LPWEBPAGEOPTIONS;
Members
-
cbSize
-
Type: DWORD
-
Contains the size, in bytes, of this structure.
-
dwFlags
-
Type: DWORD
-
Contains a bitmask that indicates the behavior of the method.
Value Meaning - WPF_HTML
- 0x00000001
Indicates that the webpage should generate HTML. If not set, MimeOLE uses plain text. - WPF_AUTOINLINE
- 0x00000002
Indicates that images should be inline in the HTML. - WPF_SLIDESHOW
- 0x00000004
Indicates that images should be presented as an inline slide show. - WPF_ATTACHLINKS
- 0x00000008
Indicates that links to attachments should be generated. - WPF_IMAGESONLY
- 0x00000010
Indicates that only image attachments should be displayed. - WPF_NOMETACHARSET
- 0x00000020
Indicates that MimeOLE should not prefix the HTML with a meta-charset tag. -
dwDelay
-
Type: DWORD
-
Contains the delay time, in milliseconds, between images in a slide show.
-
wchQuote
-
Type: WCHAR
-
Contains the quoting character for a reply.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|