LumiSoft Mail Server User API
GetFirst Method (name)
Namespaces > LumiSoft.Net.Mime.vCard > ItemCollection > GetFirst(String)
Gets first item with specified name. Returns null if specified item doesn't exists.
Syntax
C#Visual BasicManaged C++
public Item GetFirst (
	string name
)
Public Function GetFirst ( _
	name As String _
) As Item
public:
Item^ GetFirst (
	String^ name
)
Parameters
name (String)
Item name. Name compare is case-insensitive.
Return Value
Returns first item with specified name or null if specified item doesn't exists.

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