Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ExternalEmailServices Class
Access information about integration with external email services, such as sending email
within Salesforce through an
external email account.
Namespace
ExternalEmailServices Methods
These methods are for ExternalEmailService. All
methods are static.
getUserOauthInfo(landingPage)
Get information about whether an external email service has been authorized to send email
on behalf of a user.
API Version
37.0
Requires Chatter
No
Signature
public static getUserOauthInfo(String landingPage)
Parameters
- landingPage
- Type: String
- The landing page that the user starts on when they are finished with the OAuth authorization process.
Return Value
Type: ConnectApi.UserOauthInfo