HeaderCollection.Get
Get(int)
Gets the value at the specified index.
public virtual string Get(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | An integer that represents the position of the element to get. |
Return Value
The value at the specified position in current collection.
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email
Get(string)
Gets the header value by a given header name.
public string Get(string name)
Parameter | Type | Description |
---|---|---|
name | String | The haeader name. |
Return Value
The header value.
See Also
- class HeaderCollection
- namespace Aspose.Email.Mime
- assembly Aspose.Email