How can I get the domain name of the user making a print given the Job ID of the print?
I can get the user's name from, e.g., the JOB_INFO_2 retrieved via GetJob, but none of the JOB_INFO_# structures contain the user's domain name.
I can get the print server's domain using IPGlobalProperties.GetIPGlobalProperties().DomainName
, but that may not be the same as the user's domain, so it's not a reliable solution.