Send an Email based on the details stored on this object (including the Word Document as a PDF file) and set the SentEmail property to True if successful.

<para> This method does not do anything special with the Email Message, e.g., append a signature or apply any type of formatting; it assumes that this has already been done if required. </para> <para> If an Email is sent then this item's Print Status will be set to 'Not Applicable' unless the Document is configured to PrintDocumentEvenIfEmailed in which case it will not be changed and, providing it has not been modified, will remain at its default value of 'To Print'. </para>

Syntax

finDocumentRecipientDetailsItemEmailDetails.SendEmailPdf([senderEmailAddress], [senderDisplayName], [attachmentFileName])

Parameters

NameTypeOptionalByRefDescription
senderEmailAddress String Optional <para> Allows a Sender Email Address to be specified that overrides the Email Address configured in User Preferences. </para> <para> WARNING: Certain SMTP Servers, e.g., Office 365, may not allow this to differ from the logged in Windows User. </para>
senderDisplayName String Optional Allows a Sender Display Name to be specified that overrides the Display Name configured in User Preferences.
attachmentFileName String Optional Allows a File Attachment Name to be specified to overwrite the auto-generated File Name based on the Document's Template File Name.

Return Value

Boolean

A Boolean value indicating success.

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