Class SfEmailServicesFunction
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Email Service
SObject Name: EmailServicesFunction
Custom Object: False
public class SfEmailServicesFunction : SObject
- Inheritance
-
SfEmailServicesFunction
- Inherited Members
Properties
AddressInactiveAction
Deactivated Email Address Action
Name: AddressInactiveAction
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "addressInactiveAction")]
public string AddressInactiveAction { get; set; }
Property Value
ApexClassId
Class ID
Name: ApexClassId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "apexClassId")]
public string ApexClassId { get; set; }
Property Value
AttachmentOption
Accept Attachments
Name: AttachmentOption
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "attachmentOption")]
public string AttachmentOption { get; set; }
Property Value
AuthenticationFailureAction
Unauthenticated sender action
Name: AuthenticationFailureAction
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "authenticationFailureAction")]
public string AuthenticationFailureAction { get; set; }
Property Value
AuthorizationFailureAction
Unauthorized sender action
Name: AuthorizationFailureAction
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "authorizationFailureAction")]
public string AuthorizationFailureAction { get; set; }
Property Value
AuthorizedSenders
Accept Email From
Name: AuthorizedSenders
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "authorizedSenders")]
public string AuthorizedSenders { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
ErrorRoutingAddress
Route Error Emails to This Email Address
Name: ErrorRoutingAddress
SF Type: email
Nillable: True
[JsonProperty(PropertyName = "errorRoutingAddress")]
public string ErrorRoutingAddress { get; set; }
Property Value
FunctionInactiveAction
Deactivated Email Service Action
Name: FunctionInactiveAction
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "functionInactiveAction")]
public string FunctionInactiveAction { get; set; }
Property Value
FunctionName
Email Service Name
Name: FunctionName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "functionName")]
public string FunctionName { get; set; }
Property Value
Id
Service ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
- bool?
IsAuthenticationRequired
Advanced Email Security Settings
Name: IsAuthenticationRequired
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isAuthenticationRequired")]
public bool? IsAuthenticationRequired { get; set; }
Property Value
- bool?
IsErrorRoutingEnabled
Enable Error Routing
Name: IsErrorRoutingEnabled
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isErrorRoutingEnabled")]
public bool? IsErrorRoutingEnabled { get; set; }
Property Value
- bool?
IsTextAttachmentsAsBinary
Convert Text Attachments to Binary Attachments
Name: IsTextAttachmentsAsBinary
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTextAttachmentsAsBinary")]
public bool? IsTextAttachmentsAsBinary { get; set; }
Property Value
- bool?
IsTlsRequired
TLS Required
Name: IsTlsRequired
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTlsRequired")]
public bool? IsTlsRequired { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
OverLimitAction
Over email rate limit action
Name: OverLimitAction
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "overLimitAction")]
public string OverLimitAction { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }