Sending a Contact

2008-11-29 Thread Philip Sheard
When I select a contact in the Contacts application on my Treo 650, the Record menu has an option called Send Contact. This displays a popup form, with a list containing three items: Bluetooth, Messaging and VersaMail. I am guessing that this option sends a vCard to the selected item. Does anyon

Re: Sending a Contact

2008-11-29 Thread Lionscribe
You can check the Address Book sample (ver 4.1) to see if it registers for this -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Sending a Contact

2008-11-30 Thread reeder.29
Adding to that list requires creating a new "transport" -- see the docs on that. Doug Reeder sent from my Palm OS Treo 650 -Original Message- From: "Philip Sheard" <[EMAIL PROTECTED]> Subj: Sending a Contact Date: Sat Nov 29, 2008 3:30 pm Size: 628 bytes

Re: Sending a Contact

2008-11-30 Thread Ben Rittgers
You can send a contact as a vCard. The Palm OS Programming Bible does a good job explaining this. See ExgRegisterDatatype for how to register a datatype. You can do it by extention or Mime type. Call it in responce to the sysAppLaunchCmdSyncNotify launch code or you have to run the app fir

Re: Sending a Contact

2008-12-06 Thread Philip Sheard
> Adding to that list requires creating a new "transport" -- see the > docs on > that. > > Doug Reeder Thanks Doug. I have had a brief look at the docs, and I think that you are on the right lines here. I have to register for the "_send" scheme, right? The docs talk mainly about exchange librari

Re: Sending a Contact

2008-12-09 Thread reeder.29
sage- From: "Philip Sheard" <[EMAIL PROTECTED]> Subj: Re: Sending a Contact Date: Sat Dec 6, 2008 5:20 am Size: 1K To: "Palm Developer Forum" > Adding to that list requires creating a new "transport" -- see the > docs on > that. > > Dou