VCardTelephones Property
This is used to get the Telephone (TEL) properties. There may be more than one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no telephone properties for the vCard
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TelephonePropertyCollection Telephones { get; }VB
Public ReadOnly Property Telephones As TelephonePropertyCollection
GetC++
public:
property TelephonePropertyCollection^ Telephones {
TelephonePropertyCollection^ get ();
}F#
member Telephones : TelephonePropertyCollection with getProperty Value
TelephonePropertyCollectionIf the returned collection is empty, there are no telephone properties for the vCard