by "Joe Kaplan" <joseph.e.kaplan@[EMAIL PROTECTED]
>
Jul 9, 2008 at 11:10 AM
I'm not sure why you are asking an SMTP question in the ADSI newsgroup. :)
My guess is that you need to make sure you have IIS installed on Vista as
that is the component of the OS that SMTP usually comes with. That's how
you got it installed on XP.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
"Rich Raffenetti" <rich@[EMAIL PROTECTED]
> wrote in message
news:OhOimcc4IHA.5060@[EMAIL PROTECTED]
>I develop an ADSI program in Visual Basic which interacts with Active
>Directory
> and occasionally sends email to various groups who need to be notified
of
> changes or issues. I have been using CDO which dispatches email via
SMTP.
> When developing in XP, I had SMTP on XP equivalent to SMTP on the
server,
> where the program would run. This was great! Now I build and test in
> Vista,
> which now has no SMTP. So the whole development model breaks down.
Not
> so
> great!
> Is there a solution for the missing SMTP service? I prefer not to
install
> some non-native version of SMTP on my Vista machine. I prefer not to
put
> special code into the
> programs either.
>
>