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
Post a Comment