Delete a header field from the current message part.
Syntax
object.DeleteHeader( header )
The DeleteHeader method syntax has the following
parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| header
|
A string which specifies the
message header to delete. |
Return Type
Boolean
Remarks
The DeleteHeader method deletes the specified header
field value from the current message part.
|