LumiSoft Mail Server User API
ItemCollection Class
Namespaces > LumiSoft.Net.Mime.vCard > ItemCollection
vCard item collection.
Syntax
C#Visual BasicManaged C++
public class ItemCollection : IEnumerable
Public Class ItemCollection _
	Implements IEnumerable
public ref class ItemCollection : IEnumerable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Add(String, String, String)
Adds new vCard item to the collection.
Clear()
Clears all items in the collection.
Count
Gets number of vCard items in the collection.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get(String)
Gets items with specified name.
GetEnumerator()
Gets enumerator.
GetFirst(String)
Gets first item with specified name. Returns null if specified item doesn't exists.
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(String)
Removes all items with the specified name.
Remove(Item)
Removes specified item from the collection.
SetDecodedValue(String, String)
Sets first item with specified value. If item doesn't exist, item will be appended to the end. If value is null, all items with specified name will be removed. Value is encoed as needed and specified item.ParametersString will be updated accordingly.
SetValue(String, String)
Sets first item with specified encoded value. If item doesn't exist, item will be appended to the end. If value is null, all items with specified name will be removed.
SetValue(String, String, String)
Sets first item with specified name encoded value. If item doesn't exist, item will be appended to the end. If value is null, all items with specified name will be removed.
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ItemCollection

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