ATTACHMENTEMBEDDED
Returns a value that indicates whether the attachment will be linked to email messages in such a way that it can be embedded into the body.
Return Value
Boolean
Notes
These are the valid return values:
- TRUE indicates that the attachment can be embedded in the body of messages.
- FALSE indicates that the attachment can not be embedded.
Syntax
ATTACHMENTEMBEDDED( attachmentName
)
OR
ATTACHMENTEMBEDDED( attachmentSeq
)
where:
- attachmentName is the name of the attachment for which you want to determine whether it will be embedded in the message body.
- attachmentSeq is the sequence number (from 1-n) of the attachment for which you want to determine whether it will be embedded.