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

Add function setOrgWideEmailAddressId() to SforceEmail.php #28

Open
pgtr opened this issue Aug 15, 2013 · 0 comments
Open

Add function setOrgWideEmailAddressId() to SforceEmail.php #28

pgtr opened this issue Aug 15, 2013 · 0 comments

Comments

@pgtr
Copy link

pgtr commented Aug 15, 2013

This code needs to be added to class Email {} in order to support this method...

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

see here for the methods which should be supported by the base Email class...

http://www.salesforce.com/us/developer/docs/apexcode/index_Left.htm#CSHID=apex_classes_email_outbound.htm|StartTopic=Content%2Fapex_classes_email_outbound.htm|SkinName=webhelp

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant