3.85 Signature

Describes a Signature object that can be added to an email message.

3.85.1 Properties

The following table lists properties, along with their access and descriptions.

Property

Access

Description

Application

R/O

Application. The Application object.

Body

R/W

Safe Array. The bytes that define an HTML signature.

Global Signature

R/O

Boolean. TRUE if this is a global signature; otherwise FALSE.

Name

R/W

String. The name of this Signature.

Parent

R/O

Signatures. The Signatures object that owns this Signature object.

Type

T/O

Integer. The type of Signature. For possible values, see the Remarks section.

3.85.2 Methods

Default()

Sets this Signature object as the default signature to be added to outgoing email messages.

Delete()

Deletes this Signature object from the GroupWise system.

3.85.3 Remarks

The Type property can have the following values:

Value

Constant

Description

0

egwUnknownSignature

Unknown.

1

egwHtmlSignature

HTML text contained in the Signature bytes.

2

egwTextSignature

Plain (ANSI) text contained in the Signature bytes.