I've seen a similar question asked but cannot seem to solve my issue ( not actually sure if what I'm trying to achieve is possible! )
Context: I'm creating a Windows Form C# application that allows for users to select and send a HTML template to a customer through the SendGrid API (Irrelevant)
When the User sends an Email, I am logging their detail on a CSV with their UserName which is B12345 for example, but each system knows their name (As it's the title of their Personal Folder), but when I simply get the path of the 'Special Folder' I get C:\Users\B12345.
Where can I access the logged on user alias? i.e. their full name?