Table of Contents

Class SunamoTelephone

Namespace
SunamoVcf
Assembly
SunamoVcf.dll

Represents a telephone number entry in a virtual contact card.

public class SunamoTelephone
Inheritance
SunamoTelephone
Inherited Members
Extension Methods

Properties

Number

Gets or sets the telephone number string.

public string Number { get; set; }

Property Value

string

Preference

Gets or sets the preference order of this telephone number.

public int Preference { get; set; }

Property Value

int

Type

Gets or sets the type of the telephone number.

public SunamoTelephoneType Type { get; set; }

Property Value

SunamoTelephoneType