CompleteNameType Members

Include Protected Members
Include Inherited Members

The CompleteNameType class represents the complete name of a contact.

The CompleteNameType type exposes the following members.

Constructors

  Name Description
Public method CompleteNameType The CompleteNameType constructor initializes a new instance of the CompleteNameType class.

Top

Properties

  Name Description
Public property FirstName The FirstName property gets or sets the first name of a contact.
Public property FullName The FullName property gets or sets the full name of a contact.
Public property Initials The Initials property gets or sets the initials of a contact.
Public property LastName The LastName property gets or sets the last name of a contact.
Public property MiddleName The MiddleName property gets or sets the middle name of a contact.
Public property Nickname The Nickname property gets or sets the nickname of a contact.
Public property Suffix The Suffix property gets or sets a suffix to a contact's name.
Public property Title The Title property gets or sets the title of a contact.
Public property YomiFirstName The YomiFirstName property gets or sets the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
Public property YomiLastName The YomiLastName property gets or sets the name used in Japan for the searchable or phonetic spelling of a Japanese last name.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top