BounceAddress w/ SendMimeBytes and SendMime

Question:

I use SendMimeBytes Method of Mailman object to send Domain Keys Verified e-mails. But when I use this method  I can’ t use BounceAddress property to set up bounce addresses. For this reason I can’t get bounced e-mails as I want.

When I use SendMail Method everything is ok. What should I do to get bounce messages the address I want and Send Domain Keys Verified Mail?

Answer:

The 1st argument to the SendMime* methods is a “from” address.  This is the BounceAddress.  It is the email address passed to the SMTP server in the “FROM” command.  (It may be different than the From header field found in the MIME header.)  For further clarification, see SMTP Protocol in a Nutshell