wodSmtpServer ActiveX Control - SmtpHeaders Collection
    
 
Description

Holds information about collection of all headers in the message.


Object Model



Remarks

SmtpHeaders object is created just before HeadersReceived event is fired - allowing you to change headers received from the client before it's actually written to the disk.


Members
Methods
Add Adds new header to the collection.
Remove Removes header from the collection.
RemoveAll Removes all headers from the collection.
ToString Returns string expression containing all headers.

Properties
Count Read-only property Returns total number of headers in the collection.
Item Read-only property References specific header in the collection.