Horde_ActiveSync_Driver_Base::sendMail PHP Method

sendMail() abstract public method

Sends the email represented by the rfc822 string received by the client.
abstract public sendMail ( mixed $rfc822, integer $forward = null, integer $reply = null, string $parent = null, boolean $save = true ) : boolean
$rfc822 mixed The rfc822 mime message, a string or stream resource.
$forward integer The UID of the message, if forwarding.
$reply integer The UID of the message if replying.
$parent string The collection id of parent message if forwarding/replying.
$save boolean Save in sent messages.
return boolean
    public abstract function sendMail($rfc822, $forward = null, $reply = null, $parent = null, $save = true);