Click or drag to resize

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

IT Hit WebDAV Classes Reference
Sets address.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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.Collab.CardAddressType
Address type.
See Also