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: SystemString
Post office box.
apartmentNumber
Type: SystemString
Extended address (e.g. apartment or suite number).
street
Type: SystemString
Street address.
city
Type: SystemString
Locality (e.g. city)
region
Type: SystemString
Region (e.g state or province).
postalCode
Type: SystemString
Postal code.
country
Type: SystemString
Country name.
See Also