LumiSoft Net Help
GetFirst Method (name)
NamespacesLumiSoft.Net.MIMEMIME_h_CollectionGetFirst(String)
Gets first header field with the specified name. returns null if specified header field doesn't exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public MIME_h GetFirst(
	string name
)
Public Function GetFirst ( 
	name As String
) As MIME_h
public:
MIME_h^ GetFirst(
	String^ name
)
member GetFirst : 
        name : string -> MIME_h 
Parameters
name (String)
Header field name.
Return Value
MIME_h
Returns first header field with the specified name. returns null if specified header field doesn't exist.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when name is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119