How to send email through exchange from ASP + C#
I'm working on a ASP.Net and C# project and want to send email through exchange server and
I only have a mailbox folder name (like "User 1") which exists on exchange server. If I send
email to "User 1" through my MS Outlook it works fine but I don't know how to obtain email
address of "User 1" from exchange server from my ASP.Net, C# application.
Can anyone post sample code or give some direction to resolve this issue.
Any help will be appreciated.
|