Results 1 to 5 of 5

Thread: (RESOLVED) embedded email client component? - OR - a better WebBrowserControl?

  1. #1

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Resolved (RESOLVED) embedded email client component? - OR - a better WebBrowserControl?

    Hey team,
    Just putting some feelers out there - does anyone know of an embedded email client component/control that can be used in a VB.NET app? The concept similar to what was done back in the day with embedded OLE, where you could for example, use Excel embedded in a VB form.

    The use case is this: Client has several GMail accounts. What he would like to do is, rather than launch GMail separately and login into the desired account, is have our current VB app, which serves as "command central" for his office functions, have a form with a tab control on it, where each tab represents one of these GMail accounts, and in each tab is this embedded email client I am speaking of. When you go to a particular tab, the Inbox for that email account is displayed, and you can open an email, reply to it, work with attachments, etc.

    Not looking to roll my own here, and I would not expect such a component to be free. Just looking to see if anyone is aware of the existence of such a component.
    Last edited by BruceG; Apr 29th, 2023 at 02:11 PM. Reason: resolved
    "It's cold gin time again ..."

    Check out my website here.

  2. #2

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Re: embedded email client component? - OR - a better WebBrowserControl?

    I may have been barking up the wrong tree ... I'm thinking what is really called for is a WebBrowser control, but not the built-in one as I believe it is a wrapper for an older version of IE and would not be suitable. I came across DotNetBrowser from TeamDev. Is anyone familiar with this, or similar product? Any recommendations?
    Last edited by BruceG; Apr 29th, 2023 at 01:38 AM.
    "It's cold gin time again ..."

    Check out my website here.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: embedded email client component? - OR - a better WebBrowserControl?

    If you want to embed a browser control in a .NET app then you should probably use WebView2. The WebBrowser control was to IE as the WebView control was to the original Edge browser and the WebView2 control is to the current, Chromium-based Edge browser.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Re: embedded email client component? - OR - a better WebBrowserControl?

    Nice, WebView2 looks like a promising option.
    "It's cold gin time again ..."

    Check out my website here.

  5. #5

    Thread Starter
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657

    Re: embedded email client component? - OR - a better WebBrowserControl?

    Checked out WebView2. Looks like that's going to be a winner. Thanks, jmcilhinney.
    "It's cold gin time again ..."

    Check out my website here.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width