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
Syntaxpublic virtual string GetKey(
int index
)
Public Overridable Function GetKey (
index As Integer
) As String
public:
virtual String^ GetKey(
int index
)
abstract GetKey :
index : int -> string
override GetKey :
index : int -> string
Parameters
- index
- Type: SystemInt32
The index of the key.
Return Value
Type:
StringThe key at the specified index.
See Also