Represents an organization-wide email address
for user profiles.
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()
Fields
| Address
|
- Type
- email
- Properties
- Create, Filter, Sort, Update
- Description
- The organization-wide email address.
|
| IsAllowAllProfiles
|
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- If true, any user profile
in your organization can use this object. If false, only specified user profiles can use this object
when sending email. If you do not have the appropriate user profile,
you can’t use this object.
|
| DisplayName
|
- Type
- string
- Properties
- Create, Filter, Sort, Update
- Description
- The name that is used to identify the sender of the email.
|
Usage
This object represents an email alias
for user profiles. You can pass in the ID to an OrgWideEmailAddress
record when calling sendEmail() for a SingleEmailMessage.