Email Client UI Component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for an Email Client UI Component that can be integrated into a
winforms app. Any ideas? This is for a commercial project. Thank you
 
I'm looking for an Email Client UI Component that can be integrated
into a winforms app. Any ideas? This is for a commercial project.
Thank you

This is depending on your requirements.

I think mainly of two possibilities:

1) You need only to send text email. So drop 3 Text-boxes on a
WindowsForms (Address, Subject, Text) and a button for Send.
Upon Send.Click send the email.

2) You need a full featured email client with multiple accounts,
attachments, addressbook etc. then try an integration into
outlook or outlook express or even just try to create ".eml"
files which you open with .NET. They will automatically be
opened in the correct email client.

Sorry, but I do not know any 3rd party component which supports either
solution.

hth
Markus
 
Back
Top