CreaSign

Attachments.AddMethod

Adds a new attachment to the document.

[VisualBasic]
PublicFunctionAdd( _
ByVal IdentifierAsString,_
ByVal MimeTypeAsString,_
ByVal EncodingAsString,_
ByVal DescriptionAsString,_
ByVal EmbeddedDataAsString,_
ByVal FileNameAsString_
)AsXmlData

Parameters

Identifier
The identifier (an URI) used to identify the attachment.
MimeType
The mime type of the attachment.
Encoding
The encoding of the data attachment.
Description
The description of the data attachment.
EmbeddedData
The data representing the attachment.
FileName
The filename associated with the attachment. Used for informational purposes only.

Return Value

The XmlData object representing the added attachment.

Remarks

See SetEmbeddedData for valid combinations of MimeType, Encoding and EmbeddedData.

Requirements

Requires CreaSign Pro (not supported by CreaSign Lite).

See Also

Attachments Class | CreaSign Namespace


Send comments on this topic.

(c) Crea 2002-2006