 | VCardAddress(String, String, String, String, String, String, String) Constructor |
Creates new VCardAddress entity.
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic VCardAddress(
string postOfficeBox,
string apartmentNumber,
string street,
string city,
string region,
string postalCode,
string country
)
Public Sub New (
postOfficeBox As String,
apartmentNumber As String,
street As String,
city As String,
region As String,
postalCode As String,
country As String
)
public:
VCardAddress(
String^ postOfficeBox,
String^ apartmentNumber,
String^ street,
String^ city,
String^ region,
String^ postalCode,
String^ country
)
new :
postOfficeBox : string *
apartmentNumber : string *
street : string *
city : string *
region : string *
postalCode : string *
country : string -> VCardAddressParameters
- postOfficeBox String
- Post office box.
- apartmentNumber String
- Extended address (e.g. apartment or suite number).
- street String
- Street address.
- city String
- Locality (e.g. city)
- region String
- Region (e.g state or province).
- postalCode String
- Postal code.
- country String
- Country name.
See Also