TimeStampCollectionItem Property
Gets the TimeStamp object at the specified zero-based index in the collection.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public TimeStamp this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the TimeStamp object in the collection.

Property Value

Type: TimeStamp
A TimeStamp object having the specified zero-based index in the collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified index does not exist.
See Also