SignatureData

Contains the signature's HTML text. It is Base64 encoded and a MIME document. The signatures are stored in the GroupWise store as MIME documents.

Syntax

<SignatureData>
<size type="unsignedInt"/>
<data type="base64Binary"/>

Definitions

size

Specifies the size of the signature. It specifies the Base64 encoded size.

data

Specifies the signature data in Base64. The HTML signature is a MIME document.