Table of Contents

Class SunamoEmail

Namespace
SunamoVcf
Assembly
SunamoVcf.dll

Represents an email address entry in a virtual contact card.

public class SunamoEmail
Inheritance
SunamoEmail
Inherited Members
Extension Methods

Properties

EmailAddress

Gets or sets the email address string.

public string EmailAddress { get; set; }

Property Value

string

Preference

Gets or sets the preference order of this email address.

public int Preference { get; set; }

Property Value

int

Type

Gets or sets the type of the email address.

public SunamoEmailType Type { get; set; }

Property Value

SunamoEmailType