Question

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.

Était-ce utile?

La solution

Check the FileAsOrder value in HKEY_CURRENT_USER\Software\Microsoft\Office\\Outlook\Contact.

0x8017: LastFirstMiddle; 0x8037: FirstMiddleLastSuffix; 0x3A16: Company; 0x8019: LastFirstMiddleCompany; 0x8018: CompanyLastFirstMiddle;

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top