TPDFlibMailRequest
Data types
Description
Contains SMTP connection values, message headers, plain-text body and the temporary PDF attachment passed to IPDFlibMailProvider.Send
AttachmentFileName is the private temporary path used for reading; AttachmentDisplayName is the sanitised recipient-facing file name
Fields
| SMTPHost, SMTPPort, UseSSL | Connection target and security preference |
|---|---|
| UserName, Password | Optional authentication credentials |
| FromAddress, ToList, CCList, BCCList | Sender and recipient headers |
| Subject, Body | Message subject and plain-text body |
| AttachmentFileName | Temporary PDF path valid only during the provider call |
| AttachmentDisplayName | Sanitised attachment name |