HeaderCollectionItem Property (Int32) |
Gets a value from collection by the index.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
public:
property String^ default[int index] {
String^ get (int index);
}
member Item : string with get
Parameters
- index
- Type: SystemInt32
The index in collection for an item.
Return Value
Type:
StringReturns specified item
See Also