SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

MailAttachment Type

Represents an attachment to an e-mail message.

Remarks

This object is a container for message attachments.

Fields

ContentSubtype
String

Contains the content subtype of the attachment.

ContentType
String

Contain the content type of the attachment.

CreationDate
String

The creation date.

Data
TBytes

The content of the attachment.

Description
String

Textual description of the attachment.

This property maps to the Content-Description e-mail header field. Although the field is optional, the ability to associate descriptive information with a given body is often desirable. One example is specifying the title of an image using this property.

Filename
String

Specifies the name of the attachment file.

ID
String

Contains the attachment's unique identifier.

ModificationDate
String

Specifies the date and time of the file's last modification.

ReadDate
String

Specifies the file's last read date.

Size
Int64

Attachment's size in bytes.

Constructors

constructor Create(valContentType: String);

Creates an empty mail attachment object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Delphi Edition - Version 20.0 [Build 8166]