PhoneCallHistoryEntryAddress PhoneCallHistoryEntryAddress PhoneCallHistoryEntryAddress PhoneCallHistoryEntryAddress Class

Definition

Address book information for a contact used by PhoneCallHistoryEntry objects.

public : sealed class PhoneCallHistoryEntryAddress : IPhoneCallHistoryEntryAddresspublic sealed class PhoneCallHistoryEntryAddress : IPhoneCallHistoryEntryAddressPublic NotInheritable Class PhoneCallHistoryEntryAddress Implements IPhoneCallHistoryEntryAddress// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

PhoneCallHistoryEntryAddress() PhoneCallHistoryEntryAddress() PhoneCallHistoryEntryAddress() PhoneCallHistoryEntryAddress()

PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind) PhoneCallHistoryEntryAddress(String, PhoneCallHistoryEntryRawAddressKind)

Creates a new PhoneCallHistoryEntryAddress object with an initial address.

public : PhoneCallHistoryEntryAddress(PlatForm::String rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind)public PhoneCallHistoryEntryAddress(String rawAddress, PhoneCallHistoryEntryRawAddressKind rawAddressKind)Public Sub New(rawAddress As String, rawAddressKind As PhoneCallHistoryEntryRawAddressKind)// You can use this method in JavaScript.
Parameters
rawAddress
PlatForm::String String String String

The address to initiailize to the RawAddress property.

Properties

ContactId ContactId ContactId ContactId

Gets or sets the unique identifier for this contact.

public : PlatForm::String ContactId { get; set; }public string ContactId { get; set; }Public ReadWrite Property ContactId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The unique identifier for this address book entry.

DisplayName DisplayName DisplayName DisplayName

Get or sets the display name for this entry.

public : PlatForm::String DisplayName { get; set; }public string DisplayName { get; set; }Public ReadWrite Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The display name for this contact.

RawAddress RawAddress RawAddress RawAddress

Gets or sets the address information for this contact.

public : PlatForm::String RawAddress { get; set; }public string RawAddress { get; set; }Public ReadWrite Property RawAddress As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The address information for this contact.

RawAddressKind RawAddressKind RawAddressKind RawAddressKind

Gets or sets the type of address indicated by RawAddress.

public : PhoneCallHistoryEntryRawAddressKind RawAddressKind { get; set; }public PhoneCallHistoryEntryRawAddressKind RawAddressKind { get; set; }Public ReadWrite Property RawAddressKind As PhoneCallHistoryEntryRawAddressKind// You can use this property in JavaScript.