LumiSoft Mail Server User API
Item Property (parameterName)
Namespaces > LumiSoft.Net.Mime > HeaderFieldParameterCollection > Item(String)
Gets or sets specified parameter value.
Syntax
C#Visual BasicManaged C++
public string Item [
	string parameterName
] { get; set; }
Public Property Item ( _
	parameterName As String _
) As String
public:
String^ Item {
	String^ get (String^ parameterName);
	void set (, String^ value);
}
Parameters
parameterName (String)

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