The type or classification of a web site.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[FlagsAttribute]
public enum vCardWebsiteTypes
Visual Basic
<FlagsAttribute> _
Public Enumeration vCardWebsiteTypes
Visual C++
[FlagsAttribute]
public enum class vCardWebsiteTypes

Members

Member nameDescription
Default
Personal
Work

Remarks

The Microsoft Outlook contact editor has a field for entering a web site. The default classification of this web site is work-related. A personal web site can be viewed or entered through the All Fields tab.

See Also