On Fri, 1 Apr 2005 14:26:35 -0800, "The Developer"
<> wrote:
> MailMessage Message = new MailMessage();
>
>Message.Fields["http://schemas.microsoft.com/cdo/configuration/smtpauthentic
>ate"] = 1;
>
>Message.Fields["http://schemas.microsoft.com/cdo/configuration/sendusername"
>] = strUserName;
>
>Message.Fields["http://schemas.microsoft.com/cdo/configuration/sendpassword"
>] = strPassword;
>
>"dgk" <sonicechoes-> wrote in message
>news:.. .
>> I looked around for Sending Email hints and found quite a few, but I
>> don't see how to do it with a hotmail account or anything where I have
>> to logon. I'm willing to send them through the server, in fact I want
>> to send about a hundred copies of the same mail to a membership list.
>>
>> What I don't see in the MailMessage or SmtpMail (static I guess)
>> object is any properties for an account and password. Any pointers on
>> where to look is greatly appreciated.
>
Excuse me? (scurries around the net trying to figure out what this
is). Oh my, you aren't kidding. Those really are literals!
http://objectsharp.com/Blogs/bruce/a...3/03/1465.aspx
Not that I doubted you for a minute. Nice to see that my instincts
were right but the solution was weird.