Click or drag to resize

IAddressSetAddress Method (String, String, String, String, String, AddressType)

IT Hit WebDAV Classes Reference
Sets address.

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
void SetAddress(
	string street,
	string locality,
	string region,
	string postalCode,
	string country,
	AddressType[] types
)

Parameters

street
Type: SystemString
Street address.
locality
Type: SystemString
Locality (e.g., city).
region
Type: SystemString
Region (e.g., state or province).
postalCode
Type: SystemString
Postal code.
country
Type: SystemString
Country name.
types
Type: ITHit.WebDAV.CardAddressType
Address type.
See Also