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
)
Sub SetAddress (
street As String,
locality As String,
region As String,
postalCode As String,
country As String,
types As AddressType()
)
void SetAddress(
String^ street,
String^ locality,
String^ region,
String^ postalCode,
String^ country,
array<AddressType^>^ types
)
abstract SetAddress :
street : string *
locality : string *
region : string *
postalCode : string *
country : string *
types : AddressType[] -> unit
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