Represents Email Details of a Document Recipient.

This is typically used in Scripts handling the publishing of 'Word Document' and 'Excel Workbook' type Documents.

Methods

Name Description
AccountAppLogUpdateForEmailSend Add a new or Update an existing Account Application Log to record details of a Sent Email.
AccountLogUpdateForEmailSend Add a new or Update an existing Account Log to record details of a Sent Email.
CanSendEmail Indicates whether an Email can be sent for this object.
Clear Clears this object and sets all of its properties to their defaults.
ClientLogUpdateForEmailSend Add a new or Update an existing Client Log to record details of a Sent Email.
SendEmailPdf 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.
SendEmailXlsx Send an Email based on the details stored on this object (including the Excel Workbook as a XLSX file) and set the SentEmail property to True if successful.
UserLogUpdateForEmailSend Add a new or Update an existing User Log to record details of a Sent Email.

Properties

Name Description
AdditionalAttachments Read-Only A collection of additional file attachments to include in the Email.
AttachmentDocumentRecipientDetailsItemIndex <para> By default, this will be -1 which means that the Email will attach the Word Document or Excel Workbook associated with this item. </para> <para> If however, the Email attachment should be from a different item in the collection (e.g., a copy of the primary Document created) then this should be the index of another item in the collection. </para>
EmailAddresses Read-Only A list of Email Addresses to send to.
EmailAddressesBcc Read-Only A list of Email Addresses to BCC to.
EmailAddressesCc Read-Only A list of Email Addresses to CC to.
EmailHtml Indicates whether, when sending an Email, an HTML format Email should be sent, i.e., the correct properties are set on the Email.
EmailMessage Email Message.
EmailSent Read-Only Indicates whether an Email has been sent.
EmailSubject Email Subject.
PublishEmail A value that the Script can use to decide whether an Email Publish is required if possible.
SendEmailFailMessage Read-Only A Message recording why Sending an Email failed.
SendEmailInformationMessage Read-Only A Message recording details about an Email that was sent.
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0