Parses a string array containing one or more postal address types.

Namespace: vCards
Assembly: 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.

Return Value

A vCardDeliveryAddressTypes flags enumeration that corresponds with all known type names from the array.

See Also