Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from loganm/master
Browse files Browse the repository at this point in the history
Added orgWideEmailAddressId to SforceEmail.php
  • Loading branch information
Pat Patterson committed Aug 30, 2013
2 parents ace59f2 + e360715 commit 81a0d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions soapclient/SforceEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ public function setHtmlBody($htmlBody) {
$this->htmlBody = $htmlBody;
}

public function setOrgWideEmailAddressId($orgWideEmailAddressId) {
$this->orgWideEmailAddressId = $orgWideEmailAddressId;
}

public function setPlainTextBody($plainTextBody) {
$this->plainTextBody = $plainTextBody;
}
Expand Down

0 comments on commit 81a0d2c

Please sign in to comment.