HeaderCollectionGet Method (Int32) |
Gets the value at the specified index.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic virtual string Get(
int index
)
Public Overridable Function Get (
index As Integer
) As String
public:
virtual String^ Get(
int index
)
abstract Get :
index : int -> string
override Get :
index : int -> string
Parameters
- index
- Type: SystemInt32
An integer that represents the position of the element to get.
Return Value
Type:
StringThe value at the specified position in current collection.
See Also