Add an Email Log.

Syntax

finAccountFunctions.LogAddEmail(accountId, documentId, recipients, emailSubject, emailMessage, [recipientsCc], [recipientsBcc], [messageTarget], [formatHtml], [subject], [notes], [logDate], [actionDate], [logSeverityId], [sendDate], [source], [senderEmailAddress], [senderName])

Parameters

NameTypeOptionalByRefDescription
accountId String The Account Id.
documentId String The Document Id.
recipients String A comma or semi-colon separated list of Recipient Email Addresses.
emailSubject String The Email Subject.
emailMessage String The Email Message.
recipientsCc String Optional A comma or semi-colon separated list of CC (carbon copy) Recipient Email Addresses.
recipientsBcc String Optional A comma or semi-colon separated list of BCC (blind carbon copy) Recipient Email Addresses.
messageTarget iseMessageTarget Optional The Message Target. If omitted, a value of iseMessageTarget.Send is assumed.
formatHtml Boolean Optional Indicates whether the Email should be sent as HTML. If omitted, a value of False is assumed.
subject String Optional The Log Subject. If omitted, a value of Outgoing Email is assumed.
notes String Optional The Log Notes.
logDate Date Optional The Log Date. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
actionDate Date Optional The Action Date. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
logSeverityId String Optional The Log Severity Id.
sendDate Date Optional The Date that this Document type Log should be sent. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
source isefinLogSource Optional The Log Source. If omitted, a value of isefinLogSource.Unknown is assumed.
senderEmailAddress String Optional
senderName String Optional

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccountFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0