Type alias EmailServicesFunction
EmailServicesFunction: Metadata & { apexClass: string; attachmentOption: string; authenticationFailureAction: string; authorizationFailureAction: string; authorizedSenders?: string | null; emailServicesAddresses: EmailServicesAddress[]; errorRoutingAddress?: string | null; functionInactiveAction: string; functionName: string; isActive?: boolean | null; isAuthenticationRequired?: boolean | null; isErrorRoutingEnabled?: boolean | null; isTextAttachmentsAsBinary?: boolean | null; isTlsRequired?: boolean | null; overLimitAction: string; } Type declaration
apexClass: string
attachmentOption: string
authenticationFailureAction: string
authorizationFailureAction: string
Optional
authorizedSenders?: string | null
Optional
errorRoutingAddress?: string | null
functionInactiveAction: string
functionName: string
Optional
isActive?: boolean | null
Optional
isAuthenticationRequired?: boolean | null
Optional
isErrorRoutingEnabled?: boolean | null
Optional
isTextAttachmentsAsBinary?: boolean | null
Optional
isTlsRequired?: boolean | null
overLimitAction: string