Parses a string array containing one or more
postal address types.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static vCardDeliveryAddressTypes ParseDeliveryAddressType( string[] typeNames ) |
Visual Basic |
---|
Public Shared Function ParseDeliveryAddressType ( _ typeNames As String() _ ) As vCardDeliveryAddressTypes |
Visual C++ |
---|
public: static vCardDeliveryAddressTypes ParseDeliveryAddressType( array<String^>^ typeNames ) |
Parameters
- typeNames
- Type: array<System..::..String>[]()[][]
A string array containing zero or more keywords used with the TYPE subproperty of the ADR property.