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
Preference
Gets or sets the preference order of this email address.
public int Preference { get; set; }
Property Value
Type
Gets or sets the type of the email address.
public SunamoEmailType Type { get; set; }