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
Syntaxpublic string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}
member Item : string with get, set
Parameters
- name
- Type: SystemString
The name (key) in collection for an item.
Return Value
Type:
StringReturns specified item
See Also