HeaderCollectionGetKey Method

Gets the key at the specified index of the collection.

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

Parameters

index
Type: SystemInt32
The index of the key.

Return Value

Type: String
The key at the specified index.
See Also