Interface IContact

The Contact object contains info about a user's Outlook.com contacts. The Live Connect REST API supports reading Contact objects.

Index

Properties

Properties

public birth_day: number

The day of the contact's birth date, or null if no birth date is specified.

public birth_month: number

The month of the contact's birth date, or null if no birth date is specified.

public email_hashes: Array<string>

An array containing a SHA-256 hash for each of the contact's email addresses. For more info, see Friend finder.

public first_name: string

The contact's first name, or null if no first name is specified.

public id: string

The Contact object's ID.

public is_favorite: boolean

A value that indicates whether the contact is set as a favorite contact. If the contact is a favorite, this value is true; otherwise, it is false.

public is_friend: boolean

A value that indicates whether the contact is set as a friend. If the contact is a friend, this value is true; otherwise, it is false.

public last_name: string

The contact's last name, or null if no last name is specified.

public name: string

The contact's full name, formatted for location.

public updated_time: string

The time, in ISO 8601 format, at which the user last updated the data.

public user_id: string

The contact's ID, if the contact has one. If not, this value is null.