bBounce Object
MessageHeader Property
Returns the message header of the current
RawMessageBuffer Property.
Type: String
Syntax
sHeader = bBounceX.MessageHeader
Example
<---- Begin Sample Message ---->
Hi. This is the mail transport agent at mail.elsewhere.com.
I'm afraid I wasn't able to deliver your message to the
following addresses. This is a permanent error; I've
given up. If you have questions about this notice, please
forward it to postmaster@elsewhere.com along with your
comments.
<john@smith.com>:
Sorry, this account has been deactivated. (#5.2.1)
--- Below this line is a copy of the message.
Return-Path: <someone@somewhere.com>
From: "Mrs. Someone" <someone@somewhere.com>
Reply-To: "Mrs. Someone" <someone_reply@somewhere.com>
To: "John Smith" <john@smith.com>
Date: Mon, 21 Aug 00 13:50:20 -0700
Subject: JOE.NET NEWS!
MIME-Version: 1.0
Message-ID: <agW2wx6Di110f7@somewhere.com>
This is a multi-part message in MIME format.
etc.
etc.
etc.
<---- End Sample Message ---->
Remarks
This property is read-only.
See Also
RawMessageBuffer Property