User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-73
34.7.13 +iFN Attachment File Name
Syntax: AT+iFN=fname Permanently sets the attachment file name string
used for generating Email messages with a MIME
encapsulated attachment.
Parameters: fname = Attachment file name.
Command Options:
fname ='' Empty: No file name string defined, the default will
be used.
fname=<str> str will be used as the file name string when
constructing a MIME attachment. The file name
should be complete with an explicit extension.
Default: iChip generated unique filename, without an
extension.
Result code:
I/OK If fname is an empty or a legal file name string.
I/ERROR Otherwise
AT+iFN~fname Temporarily set the file name string to fname. The
permanent value will be restored after completing
the next session, whether the session was
successful or not.
AT+iFN? Report the current file name string. If the filename
is empty, only <CRLF> will be returned.
The reply is followed by I/OK.
AT+iFN=? Returns the message ‗String‘.
The reply is followed by I/OK.