LumiSoft Net Help
Item Property (name)
NamespacesLumiSoft.Net.MIMEMIME_h_CollectionItem[([( String])])
Gets header fields with the specified name.
Declaration Syntax
C#Visual BasicVisual C++F#
public MIME_h[] this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As MIME_h()
	Get
public:
property array<MIME_h^>^ default[String^ name] {
	array<MIME_h^>^ get (String^ name);
}
member Item : MIME_h[] with get
Parameters
name (String)
Header field name.
Return Value
array<MIME_h>[]()[][]
Returns header fields with the specified name.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when name is null reference.

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