Email Client UI Component

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
 
M

Markus

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top