Click or drag to resize

VCardAddress Constructor (String, String, String, String, String, String, String)

Creates new VCardAddress entity.

Namespace:  Limilabs.Mail.BusinessCard
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public VCardAddress(
	string postOfficeBox,
	string apartmentNumber,
	string street,
	string city,
	string region,
	string postalCode,
	string country
)

Parameters

postOfficeBox
Type: System.String
Post office box.
apartmentNumber
Type: System.String
Extended address (e.g. apartment or suite number).
street
Type: System.String
Street address.
city
Type: System.String
Locality (e.g. city)
region
Type: System.String
Region (e.g state or province).
postalCode
Type: System.String
Postal code.
country
Type: System.String
Country name.
See Also