A source of directory information for a vCard.

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

Syntax

C#
public class vCardSource
Visual Basic
Public Class vCardSource
Visual C++
public ref class vCardSource

Remarks

A source identifies a directory that contains or provided information for the vCard. A source consists of a URI and a context. The URI is generally a URL; the context identifies the protocol and type of URI. For example, a vCard associated with an LDAP directory entry will have an ldap:// URL and a context of "LDAP".

Inheritance Hierarchy

System..::..Object
  vCards..::..vCardSource

See Also