|
| Type | Description | ||
| Name as String | String expression that holds header name. | |||
| Value as Variant | Optional. String expression that holds header value. |
|
| Return | Description | ||
| 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.
|