Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6048519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:28:20+00:00 2026-05-23T07:28:20+00:00

I would like to know how to open Outlook Express mail client for mailing

  • 0

I would like to know how to open Outlook Express mail client for mailing through web application in Asp.Net?
I mean to say, can we call Outlook Express to send mail through web application?

For example, when there is need to send mail, I will click on a button which will open Outlook Express’s New Message window. Now my message should go through Outlook Express. I will be making use of Outlook Express Address Book to store my email contacts. Now if I get any mail it will come in Outlook Express but popup message should come in my Web application that “you have an email message pending” like that somthing.

Waiting for the reply…..please

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:28:21+00:00Added an answer on May 23, 2026 at 7:28 am

    To answer you first question: Yes it is possible to send an e-mail from a web application. Try this (from the client side if you are using Silverlight):

    HtmlPage.Window.Navigate(new Uri("mailto:somemailaddress@gmail.com", UriKind.Absolute));
    

    Or just have a mailto link (in HTML):
    – http://webdesign.about.com/od/beginningtutorials/a/aabegin100299.htm

    However, implementing a web service to send the mail is probably better. Try these (they are for Silverlight, but you’ll get the idea):
    – http://deepumi.wordpress.com/tag/send-email-from-silverlight/
    – http://www.michaelsnow.com/2010/06/10/silverlight-tip-of-the-day-30-sending-email-from-silverlight/

    If your company does not allow you access to an SMTP server you can use Google as one. Just create a gmail account and set up the server like this (with your gmail account name and password). I think they limit the amount of mails sent out to 100 per day.

        _mailClient = new SmtpClient();
        _mailClient.Host = "smtp.gmail.com";
        _mailClient.Port = 587;
        _mailClient.EnableSsl = true;
        _mailClient.UseDefaultCredentials = false;
        _mailClient.Credentials = new NetworkCredential(username, password);
        _mailClient.DeliveryMethod = SmtpDeliveryMethod.Network;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know if I can open 2 different diagrams using MS
I would like to know if a file is open by any process (including
I would like to know the simplest and most effective way to open and
I'm would like to know how I can open a specific file using a
I would like to know if it is possible to open a new Activity(at
I would like to know a way to open the default browser on OS
I would like to know if it's possible to keep another element open upon
I would like to know how I can open a Mp3 file from within
I would like to write a Web Application that would have two buttons and
I would like to know how to open an image without having a window

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.