How do I programmatically read the default setting for “File as” field for Outlook contacts by a specific user. This is the same info we can get via the file->options->contacts menu.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the FileAsOrder value in HKEY_CURRENT_USER\Software\Microsoft\Office\\Outlook\Contact.
0x8017: LastFirstMiddle;
0x8037: FirstMiddleLastSuffix;
0x3A16: Company;
0x8019: LastFirstMiddleCompany;
0x8018: CompanyLastFirstMiddle;