-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
sharepoint-developer-supportsharepoint-developer-supportsharepoint-developer-supportstatus:duplicateDuplicate of another issue. See comments for ref to other issue. Dupes closed to consolidate.Duplicate of another issue. See comments for ref to other issue. Dupes closed to consolidate.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
CSOM 16.1.23710.12000
All of our code to fetch a user and get their email, the email is Null. This started happening today. I have seen other reports online of people facing the same issue
var listItems = await _listRepository.GetListItemsAsync(clientContext, "MyUserList", camlQuery);
var userName = item[SharePointListColumns.MyUser] as FieldUserValue;
MyEmail = userName.Email ( Now returning null )
Steps to reproduce
- Create a list in SharePoint with a user field
- Run .Net CSOM to pull the items from the list
- Try to read the email field
CSOM library package version
Microsoft.SharePointOnline.CSOM.16.1.23710.12000
Expected behavior
Use's email is populated
Metadata
Metadata
Assignees
Labels
sharepoint-developer-supportsharepoint-developer-supportsharepoint-developer-supportstatus:duplicateDuplicate of another issue. See comments for ref to other issue. Dupes closed to consolidate.Duplicate of another issue. See comments for ref to other issue. Dupes closed to consolidate.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.