method BeepHeaders.Add (Name, Value)
Adds new header to the collection.

  TypeDescription 
   Name as String String expression that holds header name. 
   Value as Variant Optional. String expression that holds header value. 
  ReturnDescription 
   IBeepHeader Return value. Reference to new instance of BeepHeader. 
 

Add method will add new header to the collection of headers for the message. You must define header name immediately, and value can be optional, in which case you must set it later on through Value property.