Service: zimbraMail

Command: BounceMsg
Namespace: urn:zimbraMail
Description: Resend a message
Supports (f)rom, (t)o, (c)c, (b)cc, (s)ender "type" on <e> elements
(these get mapped to Resent-From, Resent-To, Resent-CC, Resent-Bcc, Resent-Sender headers, which are prepended to copy of existing message)
Aside from these prepended headers, message is reinjected verbatim
Properties:
Authorization token required true
Admin Authorization token required false

BounceMsgRequest

    <BounceMsgRequest> ## BounceMsgRequest
        <m id="{id-of-msg-to-resend}"> ## BounceMsgSpec
            (<e a="{email-addr}" [t="{address-type}"] [p="{personal-name}"] /> ## EmailAddrInfo)*
        </m>
    </BounceMsgRequest>

elements and attributes you can define within a <BounceMsgRequest> element:

XPath Required / Optional Description
/m Required (only 1) Specification of message to be resent
/m@id Required (only 1) Type: String
ID of message to resend
/m/e Optional (0 or more) Email addresses
/m/e@a Required (only 1) Type: String
Email address
/m/e@t Optional (0 or 1) Type: String
Optional Address type - (f)rom, (t)o, (c)c, (b)cc, (r)eply-to, (s)ender, read-receipt (n)otification, (rf) resent-from
/m/e@p Optional (0 or 1) Type: String
The comment/name part of an address

BounceMsgResponse

    <BounceMsgResponse /> ## BounceMsgResponse