Contact.HonorificNamePrefix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the honorific prefix for the name for a contact. The maximum string length for the honorific prefix is 32 characters.
public:
property Platform::String ^ HonorificNamePrefix { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring HonorificNamePrefix();
void HonorificNamePrefix(winrt::hstring value);
public string HonorificNamePrefix { get; set; }
var string = contact.honorificNamePrefix;
contact.honorificNamePrefix = string;
Public Property HonorificNamePrefix As String
Property Value
The honorific prefix for the name for a contact. The maximum string length for the honorific prefix is 32 characters.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
Common name prefixes are Ms, Miss, Mrs, Mr, Dr, and so on.