IContactInstantMessageFieldFactory Interface

Definition

Creates fields with information about a contact's instant messaging accounts.

Note

IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.

public interface class IContactInstantMessageFieldFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3121309588, 37283, 19378, 177, 185, 105, 165, 223, 240, 186, 9)]
struct IContactInstantMessageFieldFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3121309588, 37283, 19378, 177, 185, 105, 165, 223, 240, 186, 9)]
public interface IContactInstantMessageFieldFactory
Public Interface IContactInstantMessageFieldFactory
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
contactsSystem

Methods

CreateInstantMessage(String)

Creates a field containing information about a contact's instant messaging account.

Note

IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.

CreateInstantMessage(String, ContactFieldCategory)

Creates a field containing information about a contact's instant messaging account.

Note

IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.

CreateInstantMessage(String, ContactFieldCategory, String, String, Uri)

Creates a field containing information about a contact's instant messaging account.

Note

IContactInstantMessageFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactConnectedServiceAccount.

Applies to