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.
AddressableContact Class
Namespace
AddressableContact Constructors
The following are constructors for AddressableContact.
AddressableContact(givenName, phoneticGivenName, familyName, phoneticFamilyName, emailAddress, phoneNumber, postalAddress)
Signature
public AddressableContact(String givenName, String phoneticGivenName, String familyName, String phoneticFamilyName, String emailAddress, String phoneNumber, RichMessaging.PostalAddress postalAddress)
Parameters
- givenName: Type: String The contact’s first name.
- phoneticGivenName: Type: String The phonetic spelling of the contact’s first name.
- familyName: Type: String The contact’s surname.
- phoneticFamilyName: Type: String The phonetic spelling of the contact’s surname.
- emailAddress: Type: String The contact’s email address.
- phoneNumber: Type: String The contact’s phone number.
- postalAddress: Type: RichMessaging.PostalAddress The contact’s postal address.
AddressableContact Properties
The following are properties for AddressableContact.
emailAddress
Signature
public String emailAddress {get; set;}
Property Value
Type: String
phoneNumber
Signature
public String phoneNumber {get; set;}
Property Value
Type: String
phoneticFamilyName
Signature
public String phoneticFamilyName {get; set;}
Property Value
Type: String
phoneticGivenName
Signature
public String phoneticGivenName {get; set;}
Property Value
Type: String