HeaderCollectionItem Property (String)

Gets a value from collection by the name.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The name (key) in collection for an item.

Return Value

Type: String
Returns specified item
See Also