HeaderList.Item Property (StandardHeader)

Independentsoft MSG .NET

HeaderList Item Property (StandardHeader) MSG .NET Class Library
Gets the Header with the specified name.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public Header this[
	StandardHeader name
] { get; }
public Header this[
	StandardHeader name
] { get; }
Public ReadOnly Default Property Item ( 
	name As StandardHeader
) As Header 
	Get
Public ReadOnly Default Property Item ( 
	name As StandardHeader
) As Header 
	Get
Dim instance As HeaderList 
Dim name As StandardHeader 
Dim value As Header 

value = instance(name)
Dim instance As HeaderList 
Dim name As StandardHeader 
Dim value As Header 

value = instance(name)
/** @property */
public Header get_Item(
	StandardHeader name
)
/** @property */
public Header get_Item(
	StandardHeader name
)
JScript does not support indexed properties.
JScript does not support indexed properties.
function get_Item(name);
function get_Item(name);

Parameters

name
Type: Independentsoft.Email.Mime StandardHeader
The name.

Return Value

Type: Header
Header.
See Also