CustomHeader Object (Dundas Mailer Control 1.0)

Dundas

CustomHeader Object (Dundas Mailer Control 1.0)

This object is used with the CustomHeaders collection.

Remarks

To add CustomHeader objects to the CustomHeaders collection use the collection's Add method. To remove one item call the Remove method of the collection. To clear all objects from the collection use the Clear method.

The CustomHeader object consists of the following two (2) properties:

  • Name as string. The name of the custom header to be added to the message.

  • Value as string. The value of the specified custom header.

If the header is specific for your application then by convention the header name should start with the characters "X-".

The QuickSend method does not utilize the CustomHeaders collection.

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