property BeepHeaders.Item (Index) as IBeepHeader
References specific header in the collection.

  TypeDescription 
   Index as Variant Integer value as header index, or string expression as header name. 
   IBeepHeader Return value. Reference to requested header. 
 

Item property will return return reference to specific header in the collection of all headers for the message. You can get the header either by its index (which should be between 0 and Count-1), or by header Name. If no header is found in the collection, error is generated.