Click or drag to resize
VCardAddressProperty Constructor (String, String, String, String, String, String, String)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VCardAddressProperty(
	string sPostOfficeBox,
	string sExtendedAddress,
	string sStreetAddress,
	string sLocality,
	string sRegion,
	string sPostCode,
	string sCountry
)

Parameters

sPostOfficeBox
Type: SystemString
sExtendedAddress
Type: SystemString
sStreetAddress
Type: SystemString
sLocality
Type: SystemString
sRegion
Type: SystemString
sPostCode
Type: SystemString
sCountry
Type: SystemString
See Also