CFLOnBeforeCFLSendMailWithSource Event

  • 2 minutes to read

Codeunit CFL Mail Management

Signature

[IntegrationEvent(false, false)]
CFLOnBeforeCFLSendMailWithSource(var ToAddresses: Text; var CcAddresses: Text; var BCcAddresses: Text; var Subject: Text; var Body: Text; var tempBlobList: codeunit "Temp Blob List"; var ShowNewMailDialogOnSend: Boolean; var PlaintextBody: boolean; var EmailScenario: enum "Email Scenario"; var SourceTables: list of [Integer]; var SourceIDS: list of [Guid]; var SourceRelationTypes: list of [integer]; var Handled: Boolean; var AttachmentNames: list of [text])

Parameters

var ToAddresses Text

var CcAddresses Text

var BCcAddresses Text

var Subject Text

var Body Text

var tempBlobList codeunit "Temp Blob List"

var ShowNewMailDialogOnSend Boolean

var PlaintextBody boolean

var EmailScenario enum "Email Scenario"

var SourceTables list of [Integer]

var SourceIDS list of [Guid]

var SourceRelationTypes list of [integer]

var Handled Boolean

var AttachmentNames list of [text]