asp.net - How to get Current User's Email address and password in C# -


i'm wondering there solution current users email , password outlook c# ? need information send e-mail desktop app log.

since have tagged asp-classic, guess trying implement in classic asp. suggest create new aspx page or handler (ashx) in .net. can implement email functionality in class using microsoft.office.interop.outlook. refer- https://msdn.microsoft.com/en-us/library/office/bb644320.aspx?f=255&mspperror=-2147217396 , sending email through outlook 2010 via c# please note- need use existing windows account can send , receive mails.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -