Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. In my Global asax file aDo I need the code below newmail.fields.add and why do I need them?

In my Global asax file aDo I need the code below newmail.fields.add and why do I need them?

Scheduled Pinned Locked Moved Visual Basic
csharpvisual-studiocomwindows-adminquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kenn_rosie
    wrote on last edited by
    #1

    In my Global asax file aDo I need the code below newmail.fields.add and why do I need them? The first one works but it puts my password in the code. I am using IIS smtp mail and VS 2003 Also noted below, I have an outlook email account (the first one below password and name changed ) and a msn.com email account The outlook email account works but the msn account does not? newMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1") 'newMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "kenn@dtyinc.net") 'newMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "Password") 'SmtpMail.SmtpServer = "mailserver" SmtpMail.SmtpServer = "" newMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1") 'newMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "kenn@msn.com") 'newMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "welcome") 'SmtpMail.SmtpServer = "mailserver" SmtpMail.SmtpServer = ""

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups