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

A return value of:

  • TRUE indicates that the attachment will be embedded in the body of messages.
  • FALSE indicates that the attachment will 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.