LumiSoft Net Help
Add Method (type, postOfficeAddress, extendedAddress, street, locality, region, postalCode, country)
NamespacesLumiSoft.Net.Mime.vCardDeliveryAddressCollectionAdd(DeliveryAddressType_enum, String, String, String, String, String, String, String)
Add new delivery address to the collection.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
member Add : 
        type : DeliveryAddressType_enum * 
        postOfficeAddress : string * 
        extendedAddress : string * 
        street : string * 
        locality : string * 
        region : string * 
        postalCode : string * 
        country : string -> unit 
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 (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119