|
 |
asp_databases thread: msado15.dll keyword list
Message #1 by "Steve Davies" <steve@n...> on Mon, 27 Nov 2000 12:03:56 -0000
|
|
Has anyone got a keyword list for the fields in the include with the
msado15.dll file? Is there a way to view them on the system? I've left my
book at home today and desperately need them for a job I'm doing!
I need the value for CdoBodyFormatHTML.
Can anyone please help?
C:\Program Files\Common Files\System\ado\msado15.dll
Thanks,
Steve.
Message #2 by "StephenB" <stephenb@w...> on Mon, 27 Nov 2000 12:52:07 -0000
|
|
Looks like you want cdovbs.inc , which I can't lay my hands on at the
moment.
This from Google search, courtesy Microsoft!
Const CdoBodyFormatHTML = 0 ' Body property is HTML
Const CdoBodyFormatText = 1 ' Body property is plain text (default)
Const CdoMailFormatMime = 0 ' NewMail object is in MIME format
Const CdoMailFormatText = 1 ' NewMail object is plain text (default)
Const CdoLow = 0 ' Low importance
Const CdoNormal = 1 ' Normal importance (default)
Const CdoHigh = 2 ' High importance
Stephen
"Steve Davies" <steve@n...> wrote in message
news:21427@a..._databases...
>
> Has anyone got a keyword list for the fields in the include with the
> msado15.dll file? Is there a way to view them on the system? I've left my
> book at home today and desperately need them for a job I'm doing!
>
> I need the value for CdoBodyFormatHTML.
>
> Can anyone please help?
>
> C:\Program Files\Common Files\System\ado\msado15.dll
>
>
> Thanks,
> Steve.
>
>
>
Message #3 by "StephenB" <stephenb@w...> on Mon, 27 Nov 2000 13:00:50 -0000
|
|
See http://support.microsoft.com/support/kb/articles/Q218/6/07.asp .
Stephen
"Steve Davies" <steve@n...> wrote in message
news:21427@a..._databases...
>
> Has anyone got a keyword list for the fields in the include with the
> msado15.dll file? Is there a way to view them on the system? I've left my
> book at home today and desperately need them for a job I'm doing!
>
> I need the value for CdoBodyFormatHTML.
>
> Can anyone please help?
>
> C:\Program Files\Common Files\System\ado\msado15.dll
>
>
> Thanks,
> Steve.
>
>
>
|
|
 |