Retrieve Email Settings

  • Thread starter Thread starter Torpedoke
  • Start date Start date
T

Torpedoke

Hello,

I was wondering if it was possible to retrieve the emailsettings of
Outlook or Outlook Express with vb.net? If yes does somebody perhaps
has a sample code? If not how can I send a email with my application
without knowing the provider of the user?


Kind regards,


Bart
 
If not how can I send a email with my application
without knowing the provider of the user?

You can use your own mail server to send e-mail. In fact I would probably
build a SMTP web service to send e-mail from an application... That is
probably the most secure solution if you don't have access to the user's e-
mail account settings.
 
Torpedoke schreef:
Hello,

I was wondering if it was possible to retrieve the emailsettings of
Outlook or Outlook Express with vb.net? If yes does somebody perhaps
has a sample code? If not how can I send a email with my application
without knowing the provider of the user?


Kind regards,


Bart

What if the user doesn't use Outlook (express). Like Thunderbird,
Pegasus mail, Eudora or any other email program out there?
 

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

Back
Top