Hi,
I've got two questions.. I just want to be sure..
1) Using MAPI, It's possible to write an application (for example in C#), which will be receiving and sending e-mails, WITHOUT any other email client application (Outlook etc.). The ONLY thing I need is a Visual Studio and MAPI dll, for example mapi33.dll? Is that correct?
2) Application will receive and send message from any e-mail server? (I mean, it's not only for microsof servers - Microsof
Exchange Server?)
Thank you, for your answers:)
Loading
Manikavelu VelayuthamPosted Oct 1, 2010, 7:52 AM
There you need to specify the SMTP server name, To, From & all other details to send an email
Marco KrolPosted Oct 4, 2010, 7:35 AM
I just wondered, if there is more advanced method (I mean speed, security.. ).. better method?
What is the difference between MAPI and MailMessage ?
Sam HobbsPosted Oct 1, 2010, 7:06 PM
Marco KrolPosted Oct 1, 2010, 8:25 AM
I want to write an Email client for local email servers, such a Pegasus Mail or Microsof Exchange Server (for small companies). Which will be the best way to do such a project?
I read a lot of good words about Extended MAPI, so I thought It will be the best way.