05-25-05 10:59 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I found the answer here:
http://msdn.microsoft.com/library/e...pecomp_ivoy.asp
cdo_CreateMHTMLBodyFlags
[quote]
Optional. Responsible for controlling whether objects in the email
message are embedded or not. If this key is not set, objects in the
email are embedded. If the key is set to the appropriate value (31), the
direct mail message body contains the output of the target web page as is.
For example, if MailFormat is set to 3 (MHTML), and the
CreateMHTMLBodyFlags is set to 31, the mail message body snippets is:
<img src=www.microsoft.com/banner.jpg height=100 width=100>
If MailFormat is set to 3 (MHTML), and the CreateMHTMLBodyFlags is not
set, the mail message body snippets is:
<img src=cid:000101c1c44f$1bf3a256$_CDOSYS2.0 height=100 width=100 />
To set this key, you typically add a scriptor component preceding the
ComposeDMLMessage pipeline component to the current stage with the
following code:
function MSCSExecute(config, orderform, context, flags)
context("cdo_CreateMHTMLBodyFlags") = 31
MSCSExecute = 1
end function
sub MSCSOpen(config)
end sub
sub MSCSClose()
end sub
For more information about the CreateMHTMLBody method and the
CdoMHTMLFlags enumeration, see the Platform SDK in the MSDN Online
Library at http://go.microsoft.com/fwlink/?LinkId=5161.
[/quote]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFClHzhjuKv2Eop8VMRAlf4AKCkdMN+Bhcy
Iy+G5uWZgDScj+JMXQCfYmly
e58l+2MbOZGg8s5C/17Np1o=
=arbV
-----END PGP SIGNATURE-----
[ Post a follow-up to this message ]
|