Looks for the first phone of the specified
type that is a preferred phone.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public vCardPhone GetFirstChoice( vCardPhoneTypes phoneType ) |
Visual Basic |
---|
Public Function GetFirstChoice ( _ phoneType As vCardPhoneTypes _ ) As vCardPhone |
Visual C++ |
---|
public: vCardPhone^ GetFirstChoice( vCardPhoneTypes phoneType ) |
Parameters
- phoneType
- Type: vCards..::..vCardPhoneTypes
The type of phone to seek.