Ask a Question related to ASP, Design and Development.
-
middletree #1
kinda OT--CDO importance
I've been using CDO to send an email with an Intranet app I have. Can't for
the life of me remember where I got this code:
.Importance = 1 ' Normal
.BodyFormat = 1 ' Plain text
.MailFormat = 1 ' Plain text
Anyway, the boss now wants me to change the importance of the email in
certain circumstances. I guess just changing the 1 to a 2 would do the
trick, but I can't find any doc on the MSDN for this. The only thing I found
was in an ASP 2.0 article, and it said to use: objMail.Importance = cdoLow.
Since I started by using a number, I want to stay consistent, so can anyone
provide me a link to something that will tell me the what I need to know on
this?
Also, what is the difference between bodyformat and mailformat, as seen
above?
middletree Guest
-
Sending a CDO.Message with high importance?
Okay... Thought I'd try to move away from CDONTS to CDOSYS. The one thing that's still a puzzle is how to send a CDO.Message so that it shows up... -
Data Grid Cell Vertical Scroll Bar. High Importance
Hi guys, i have a problem in asp.net data grid. If u have a solution let m know. Problem is such that i have a data grid with 2 columns. Columns... -
Setting Importance...having issues ! ! !
I am having some serious issues trying to set the "importance" of an ASP email. I am using the CDO.Message object. Here is the code: <% Dim... -
what kinda mouse?
I have the ms track ball explorer 1. The ball is dragging to bad to use so I'm in the market for a new mouse...I went to the roller ball mouse cause... -
kinda OT video ?
Can a .inf file be made to run a avi or mpeg on insertion of CD? I want to put video file onto cd and have it auto start when it is inserted into... -
middletree #2
Re: kinda OT--CDO importance
Never mind. I went to where I should have gone first, to asp.faq.com, and
found it. Thanks, Aaron!
"middletree" <middletree@htomail.com> wrote in message
news:u5AY8dZmDHA.2500@TK2MSFTNGP10.phx.gbl...for> I've been using CDO to send an email with an Intranet app I have. Can'tfound> the life of me remember where I got this code:
>
> .Importance = 1 ' Normal
> .BodyFormat = 1 ' Plain text
> .MailFormat = 1 ' Plain text
>
> Anyway, the boss now wants me to change the importance of the email in
> certain circumstances. I guess just changing the 1 to a 2 would do the
> trick, but I can't find any doc on the MSDN for this. The only thing IcdoLow.> was in an ASP 2.0 article, and it said to use: objMail.Importance =anyone> Since I started by using a number, I want to stay consistent, so canon> provide me a link to something that will tell me the what I need to know> this?
>
> Also, what is the difference between bodyformat and mailformat, as seen
> above?
>
>
middletree Guest



Reply With Quote

