Gets first header field with the specified name. returns null if specified header field doesn't exist.

C# | Visual Basic | Visual 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

- name (String)
- Header field name.

MIME_h
Returns first header field with the specified name. returns null if specified header field doesn't exist.
Returns first header field with the specified name. returns null if specified header field doesn't exist.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when name is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119