EmailServicesAddress

An email service address.

Each email service has one or more email addresses to which users can send messages for processing. An email service only processes messages it receives at one of its addresses.

Supported Calls

create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()

Fields

Field Details
AuthorizedSenders
Type
textarea
Properties
Create, Filter, Nillable, Sort, Update
Description
Configures the email service address to only accept messages from the email addresses or domains listed in this field. If the email service address receives a message from an unlisted email address or domain, the email service performs the action specified in the AuthorizationFailureAction field of its associated email service. Leave this field blank if you want the email service address to receive email from any email address.
EmailDomainName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
A read only field you can query that contains the system-generated domain part of this email service address. The system generates a unique domain-part for each email service address to ensure that no two email service addresses are identical.
FunctionId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The ID of the email service for which the email service address receives messages.
IsActive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether this object is active (true) or not (false).
LocalPart
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The local-part of the email service address.
For the local-part of a Salesforce email address, all alphanumeric characters are valid, plus the following special characters:
! # $ % & amp; ' * / = ? ^ _ + - ` { | } ~ ,
The dot character (.) is also valid as long as it's not the first or last character.
Email addresses aren’t case sensitive.
RunAsUserId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The user whose permissions the email service assumes when processing messages sent to this address.

Usage

This object supports the email services feature, which allows you to create automated processes that use Apex classes to process the contents, headers, and attachments of inbound email. For example, you can create an email service that automatically creates contact records based on contact information in messages.

© Copyright 2000–2012 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.