Re: VCARD NSPasteboard type
Re: VCARD NSPasteboard type
- Subject: Re: VCARD NSPasteboard type
- From: email@hidden
- Date: Mon, 28 Jan 2002 18:35:09 -0800
using DropZone (
http://www.whidbeysoft.com/DropZone/) I get:
type = ABVCardStringPBoardType
sval=<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM
"file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<array>
<string>BEGIN:vCard
VERSION:2.1
FN:Simson Garfinkel
N:Garfinkel;Simson
EMAIL;INTERNET:email@hidden
END:vCard</string>
</array>
</plist>
I'm assuming that AB stands for address book? It sure would be nice if
the pasteboard types followed a more regular naming convention.
On Monday, January 28, 2002, at 04:36 PM, Simson Garfinkel wrote:
Is there an NSPasteboard type for VCards?