Sharepoint OM, getting email ID from login user name

You can use sharepoint object model you can get the email id from login user name. I have created one method to get the email ID after passing the user first and last name. I have used Microsoft Sharepoint SiteUserInfoList library, you can find all the imported user...

Infopath form to HTML using csharp

I know converting Infopath form to HTML is pain task. Recently i have worked on one assignment where i need to send infopath form as email. So sending browser based infopath as email content is not possible so i decided to convert Infopath form to HTML and attach to...