LumiSoft Mail Server User API
Add Method (type, postOfficeAddress, extendedAddress, street, locality, region, postalCode, country)
Namespaces > LumiSoft.Net.Mime.vCard > DeliveryAddressCollection > Add(DeliveryAddressType_enum, String, String, String, String, String, String, String)
Add new delivery address to the collection.
Syntax
C#Visual BasicManaged C++
public void Add (
	DeliveryAddressType_enum type,
	string postOfficeAddress,
	string extendedAddress,
	string street,
	string locality,
	string region,
	string postalCode,
	string country
)
Public Sub Add ( _
	type As DeliveryAddressType_enum, _
	postOfficeAddress As String, _
	extendedAddress As String, _
	street As String, _
	locality As String, _
	region As String, _
	postalCode As String, _
	country As String _
)
public:
void Add (
	DeliveryAddressType_enum type, 
	String^ postOfficeAddress, 
	String^ extendedAddress, 
	String^ street, 
	String^ locality, 
	String^ region, 
	String^ postalCode, 
	String^ country
)
Parameters
type (DeliveryAddressType_enum)
Delivery address type. Note: This value can be flagged value !
postOfficeAddress (String)
Post office address.
extendedAddress (String)
Extended address.
street (String)
Street name.
locality (String)
Locality(city).
region (String)
Region.
postalCode (String)
Postal code.
country (String)
Country.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)