Describes a VCard address type.
TIdCardAddressAttributes = set of ( tatHome, tatDomestic, tatInternational, tatPostal, tatParcel, tatWork, tatPreferred );
TIdCardAddressAttributes is a set type used to describe an address and can include the following:
tatHome |
home delivery address |
tatDomestic |
a domestic address |
tatInternational |
an international address |
tatPostal |
a postal delivery address |
tatParcel |
a parcel delivery address |
tatWork |
a work delivery address |
tatPreferred |
preferred address |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |