CreateAddress(String,String,String,String,String,String) Method
Address Line 1.
Address City.
Address State.
Address Zipcode.
Address Country
Address Timezone.
Creates a new Address. This overload takes a set of required parameters for the API.
Syntax
'Declaration
Public Overloads Function CreateAddress( _
ByVal _address1_ As String, _
ByVal _city_ As String, _
ByVal _state_ As String, _
ByVal _zipCode_ As String, _
ByVal _country_ As String, _
ByVal _timeZone_ As String _
) As ToolkitResult
public ToolkitResult CreateAddress(
string _address1_,
string _city_,
string _state_,
string _zipCode_,
string _country_,
string _timeZone_
)
Parameters
address1
Address Line 1.
city
Address City.
state
Address State.
zipCode
Address Zipcode.
country
Address Country
timeZone
Address Timezone.
Return Value
The following values are populated in the ToolkitResult object returned by the API method:
- Objid - The Objid of the Address.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
Overload List