Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodSmtp
- Methods
- Properties
- Authentication
- Blocking
- Certificate
- CharSet
- DNSHostname
- Hostname
- LastError
- LastErrorText
- Login
- MailFrom
- MailTo
- Message
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RequestReceipt
- RetryCount
- RetryWait
- Security
- State
- StateText
- Tag
- Timeout
- Transcript
- UseIPv6
- Version
- Events
- IwodSmtpClientNotify
- SmtpEncoder
- SmtpHdr
- SmtpHdrs
- SmtpMsg
- SmtpMsgs
- wodSmtp
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Save Method
Copies message to file on disk.
Syntax
- Basic
object.Save (Filename)
The Save(object,Filename) syntax has these parts:
The Save(object,Filename) syntax has these parts:
object | An expression evaluating to an object of type SmtpMsg |
Filename | Required. A String value. Full path to a file on the disk where message is saved. |
Remarks
If you want to copy message to external file on disk, use Save method. As a parameter you have to specify Filename where message will be stored. As a result you can create new message from old one just by calling this method.Save method will copy contents of the memory. Everything about the message will be saved - boundary lines, headers, empty line, text.