J
Jurgen
I need to make PSI calls from my C# project to retrieve resources information.
When I do the following calls, I do not seem to get the WRES_EMAIL address
in my resource Row.
Calls:
ResourceDataSet _resourceDataSet = _resource.ReadUserList(...);
ResourceDataSet _resourceDataSet = _resource.ReadResources(...);
ResourceDataSet _resourceDataSet = _resource.ReadResource(_userUID);
When I check the users in the Project Server 2007, I can see the email
addresses...
If anyone has a clue, please share
When I do the following calls, I do not seem to get the WRES_EMAIL address
in my resource Row.
Calls:
ResourceDataSet _resourceDataSet = _resource.ReadUserList(...);
ResourceDataSet _resourceDataSet = _resource.ReadResources(...);
ResourceDataSet _resourceDataSet = _resource.ReadResource(_userUID);
When I check the users in the Project Server 2007, I can see the email
addresses...
If anyone has a clue, please share