Click or drag to resize

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

IT Hit WebDAV Classes Reference
Sets all possible componenets of 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[] poBoxes,
	string[] appartmentNumbers,
	string[] streets,
	string[] localities,
	string[] regions,
	string[] postalCodes,
	string[] countries,
	AddressType[] types
)

Parameters

poBoxes
Type: SystemString
Post office box.
appartmentNumbers
Type: SystemString
Extended address (e.g., apartment or suite number).
streets
Type: SystemString

[Missing <param name="streets"/> documentation for "M:ITHit.Collab.Card.IAddress.SetAddress(System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],ITHit.Collab.Card.AddressType[])"]

localities
Type: SystemString

[Missing <param name="localities"/> documentation for "M:ITHit.Collab.Card.IAddress.SetAddress(System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],ITHit.Collab.Card.AddressType[])"]

regions
Type: SystemString

[Missing <param name="regions"/> documentation for "M:ITHit.Collab.Card.IAddress.SetAddress(System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],ITHit.Collab.Card.AddressType[])"]

postalCodes
Type: SystemString

[Missing <param name="postalCodes"/> documentation for "M:ITHit.Collab.Card.IAddress.SetAddress(System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],ITHit.Collab.Card.AddressType[])"]

countries
Type: SystemString

[Missing <param name="countries"/> documentation for "M:ITHit.Collab.Card.IAddress.SetAddress(System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],System.String[],ITHit.Collab.Card.AddressType[])"]

types
Type: ITHit.Collab.CardAddressType
Address type.
See Also