ContactsViewType.InitialName 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.
The InitialName property sets the first name in a contacts list to return in a FindItem response. This property is optional.
public:
property System::String ^ InitialName { System::String ^ get(); void set(System::String ^ value); };
public string InitialName { get; set; }
Public Property InitialName As String
Property Value
The InitialName property returns the name of the first contact to return.
Remarks
If the InitialName property is not set, the response will contain a list of contacts that begins with the first name in the contact list. If the specified initial name is not in the contacts list, the next alphabetical name as defined by the cultural context will be returned, except if the next name comes after the name that is specified by the FinalName property.