Enc Enumeration

Named constants to specify the encoding of the value of a vCard property.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public enum Enc

Members

Base640B, BASE64: Base64 (2,3)
QuotedPrintable1QUOTED-PRINTABLE: Quoted Printable (2)
Ansi28BIT: 8-Bit charset (2)

See Also