Loc Enumeration
Named constants to indicate in vCard 2.1 where the content of a vCard
property is located.
Namespace: FolkerKinzel.VCards.EnumsAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
Inline | 0 | INLINE: The location of the property value is inline with the
property. (Default) |
Cid | 1 | Content-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. |
Url | 2 | URL: 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. |