CFLSendMailWithSource Procedure
Overloads
CFLSendMailWithSource(Text; Text; Text; Text; Text; codeunit "Temp Blob List"; list of [text]; Boolean; boolean; enum "Email Scenario"; list of [Integer]; list of [Guid]; list of [integer]) Procedure
Signature
CFLSendMailWithSource(ToAddresses: Text; CcAddresses: Text; BCcAddresses: Text; Subject: Text; Body: Text; Attachments: codeunit "Temp Blob List"; AttachmentNames: list of [text]; ShowNewMailDialogOnSend: Boolean; PlaintextBody: boolean; EmailScenario: enum "Email Scenario"; SourceTables: list of [Integer]; SourceIDS: list of [Guid]; SourceRelationTypes: list of [integer]) : boolean
Parameters
ToAddresses
Text
CcAddresses
Text
BCcAddresses
Text
Subject
Text
Body
Text
Attachments
codeunit "Temp Blob List"
AttachmentNames
list of [text]
ShowNewMailDialogOnSend
Boolean
PlaintextBody
boolean
EmailScenario
enum "Email Scenario"
SourceTables
list of [Integer]
SourceIDS
list of [Guid]
SourceRelationTypes
list of [integer]
Returns
boolean
CFLSendMailWithSource(Text; Text; Text; Text; Text; codeunit "Temp Blob List"; Boolean; boolean; enum "Email Scenario"; list of [Integer]; list of [Guid]; list of [integer]) Procedure
Deprecated
This procedure is deprecated and should not be used.
Reason: Replaced by CFLSendMailWithSource with AttachmentNames parameter
Deprecated since: BC19
Signature
[Obsolete('Replaced by CFLSendMailWithSource with AttachmentNames parameter', 'BC19')]
CFLSendMailWithSource(ToAddresses: Text; CcAddresses: Text; BCcAddresses: Text; Subject: Text; Body: Text; Attachments: codeunit "Temp Blob List"; ShowNewMailDialogOnSend: Boolean; PlaintextBody: boolean; EmailScenario: enum "Email Scenario"; SourceTables: list of [Integer]; SourceIDS: list of [Guid]; SourceRelationTypes: list of [integer]) : boolean
Parameters
ToAddresses
Text
CcAddresses
Text
BCcAddresses
Text
Subject
Text
Body
Text
Attachments
codeunit "Temp Blob List"
ShowNewMailDialogOnSend
Boolean
PlaintextBody
boolean
EmailScenario
enum "Email Scenario"
SourceTables
list of [Integer]
SourceIDS
list of [Guid]
SourceRelationTypes
list of [integer]
Returns
boolean