LumiSoft Mail Server User API
Remove Method (item)
Namespaces > LumiSoft.Net.Mime.vCard > DeliveryAddressCollection > Remove(DeliveryAddress)
Removes specified item from the collection.
Syntax
C#Visual BasicManaged C++
public void Remove (
	DeliveryAddress item
)
Public Sub Remove ( _
	item As DeliveryAddress _
)
public:
void Remove (
	DeliveryAddress^ item
)
Parameters
item (DeliveryAddress)
Item to remove.

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