HeaderCollection.Item
HeaderCollection indexer (1 of 2)
Gets a value from collection by the name.
public string this[string name] { get; set; }
Parameter | Description |
---|---|
name | The name (key) in collection for an item. |
Return Value
Returns specified item
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email
HeaderCollection indexer (2 of 2)
Gets a value from collection by the index.
public string this[int index] { get; }
Parameter | Description |
---|---|
index | The index in collection for an item. |
Return Value
Returns specified item
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email