HeaderCollectionGet Method (Int32)

Gets the value at the specified index.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public virtual string Get(
	int index
)

Parameters

index
Type: SystemInt32
An integer that represents the position of the element to get.

Return Value

Type: String
The value at the specified position in current collection.
See Also