Add Method (CustomHeaders collection)

Dundas

Add Method (CustomHeaders collection)

Adds a CustomHeader object to the CustomHeaders collection.

Syntax

CustomHeadersCollection.Add (Name as string, Value as string)

The Add method syntax has the following parts:

Part

Description

Name

The name of the custom header to be added.

Value

The value of the custom header to be added.

  Remarks

Use this method to add a CustomHeader object to the CustomHeaders collection. To remove a CustomHeader object use the Remove method. To remove all CustomHeader objects from the collection call the Clear method.

Please note that the QuickSend method does not utilize this collection.

See Also: CustomHeaders Collection | Clear Method | Count Property | Item Method | Remove Method