LumiSoft Net Help
ParseHeaderField Method (fieldName, entryStrm)
NamespacesLumiSoft.Net.MIMEMIME_UtilsParseHeaderField(String, Stream)
Parse header specified header field value. Use this method only if you need to get only one header field, otherwise use MimeParser.ParseHeaderField(string fieldName,string headers). This avoid parsing headers multiple times.
Declaration Syntax
C#Visual BasicVisual C++F#
public static string ParseHeaderField(
	string fieldName,
	Stream entryStrm
)
Public Shared Function ParseHeaderField ( 
	fieldName As String,
	entryStrm As Stream
) As String
public:
static String^ ParseHeaderField(
	String^ fieldName, 
	Stream^ entryStrm
)
static member ParseHeaderField : 
        fieldName : string * 
        entryStrm : Stream -> string 
Parameters
fieldName (String)
Header field which to parse. Eg. Subject: .
entryStrm (Stream)
Stream from where to read headers.
Return Value
String

[Missing <returns> documentation for "M:LumiSoft.Net.MIME.MIME_Utils.ParseHeaderField(System.String,System.IO.Stream)"]

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