VCardAddressProperty Constructor (String, String, String, String, String, String, String) |
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic VCardAddressProperty(
string sPostOfficeBox,
string sExtendedAddress,
string sStreetAddress,
string sLocality,
string sRegion,
string sPostCode,
string sCountry
)
Public Sub New (
sPostOfficeBox As String,
sExtendedAddress As String,
sStreetAddress As String,
sLocality As String,
sRegion As String,
sPostCode As String,
sCountry As String
)
public:
VCardAddressProperty(
String^ sPostOfficeBox,
String^ sExtendedAddress,
String^ sStreetAddress,
String^ sLocality,
String^ sRegion,
String^ sPostCode,
String^ sCountry
)
new :
sPostOfficeBox : string *
sExtendedAddress : string *
sStreetAddress : string *
sLocality : string *
sRegion : string *
sPostCode : string *
sCountry : string -> VCardAddressProperty
Parameters
- sPostOfficeBox
- Type: SystemString
- sExtendedAddress
- Type: SystemString
- sStreetAddress
- Type: SystemString
- sLocality
- Type: SystemString
- sRegion
- Type: SystemString
- sPostCode
- Type: SystemString
- sCountry
- Type: SystemString
See Also