outlook express client in windows form

  • Thread starter Thread starter Mallikarjun Tuppad
  • Start date Start date
M

Mallikarjun Tuppad

Hi,
Is there any way I can Add Out express into my widows form ?

I know that I can add Outlook 2002/2003. (add com component to visual
studio)


But when I add COM components of Outlook express -
- Outlook Express Mail Object
- Outlook Express Message List
- Outlook Express Mime Editor.
- Outlook Express MsgTable object

Only Outlook Express Mime Editor component is available to add to the
windows form and when I try to add it to windows form - I get following
error.

Did not find a registered Activex Control in 'MIMEEDIT'

Am I missing any thing ?


Mallik
 
* "Mallikarjun Tuppad said:
Is there any way I can Add Out express into my widows form ?

I know that I can add Outlook 2002/2003. (add com component to visual
studio)

But when I add COM components of Outlook express -
- Outlook Express Mail Object
- Outlook Express Message List
- Outlook Express Mime Editor.
- Outlook Express MsgTable object

Only Outlook Express Mime Editor component is available to add to the
windows form and when I try to add it to windows form - I get following
error.

What exactly do you want to do? OE doesn't provide an object model and
cannot be automated.
 
Ok -

I neeed a email client which can be used on my Windows FORM.

Is there any .NET control available or COM component will also do.


Is it simple to write an email client my self ?

Mallik
 
Back
Top