Loc Enumeration

Named constants to indicate in vCard 2.1 where the content of a vCard property is located.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public enum Loc

Members

Inline0INLINE: The location of the property value is inline with the property. (Default)
Cid1Content-ID, CID: In the case of the vCard being transported within a MIME e-mail message, the property value can be specified as being located in a separate MIME entity with the “Content-ID” value, or “CID” for short. In this case, the property value is the Content-ID for the MIME entity containing the property value.
Url2URL: The property value is specified as being located out on the network within some Internet resource. In this case, the property value is the Uniform Resource Locator for the Internet resource containing the property value.

See Also