Email

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • WStoreyII

    Email

    does vb.net have a class that i can use to send and receive email and news groups from a windows form

    if so what is the class

    WStoreyII
  • William Ryan  eMVP

    #2
    Re: Email


    "WStoreyII" <papastoreyII@s bcglobal.net> wrote in message
    news:B6024F50-1DBE-45C2-AB26-8CCF082825BF@mi crosoft.com...[color=blue]
    > does vb.net have a class that i can use to send and receive email and news[/color]
    groups from a windows form?[color=blue]
    >
    > if so what is the class ?
    >
    > WStoreyII[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Email

      * =?Utf-8?B?V1N0b3JleUl J?= <papastoreyII@s bcglobal.net> scripsit:[color=blue]
      > does vb.net have a class that i can use to send and receive email and
      > news groups from a windows form?[/color]

      At least for email: Reference "System.Web.dll " and import the
      'System.Web.Mai l' namespace. You will find classes for sending mail
      there.

      <URL:http://www.systemwebma il.net/>

      --
      Herfried K. Wagner [MVP]
      <URL:http://dotnet.mvps.org/>

      Comment

      • Chad Z. Hower aka Kudzu

        #4
        Re: Email

        =?Utf-8?B?V1N0b3JleUl J?= <papastoreyII@s bcglobal.net> wrote in
        news:B6024F50-1DBE-45C2-AB26-8CCF082825BF@mi crosoft.com:[color=blue]
        > does vb.net have a class that i can use to send and receive email and
        > news groups from a windows form?
        >
        > if so what is the class ?[/color]

        http://www.indyproject.org - Free.

        http://www.atozed.com/indy Send mail example in VB.


        --
        Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
        "Programmin g is an art form that fights back"

        Comment

        Working...