Click or drag to resize

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

Creates new VCardAddress entity.

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

Parameters

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