Describes a Signature object that can be added to an email message.
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. |
Sets this Signature object as the default signature to be added to outgoing email messages.
Deletes this Signature object from the GroupWise system.
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. |