How to read EMail id field from Sharepoint FieldUserValue

How to fetch email from the Created-by Share point list field?

I am trying to convert it into Ienumerable.
Please give me logic for it.

@ChitraPal What’s the Original Type of the List?
Can you Explain a bit more of what you are doing?

CType(itemR(“Approve By”), Microsoft.Sharepoint.Client.FieldUserValue).Email

Hi
I want to get value of column microsoft.sharepoint.client.fielduservalue into Excel file from SharePoint List but it just copies microsoft.sharepoint.client.fielduservalue in Excel. How can I get column value into Excel. Please help.

Thanks

1 Like