Sets the signature that is appended to every sent message.
AFTKN_SET_SIG or 885
VOID PrefSignature( [ENUM SignatureOptions]; [ENUM AddSignature]; [ENUM AddVCard]; [ANSISTRING SignatureText]; [ANSISTRING VCardFilename]; [ANSISTRING AccountName]; [ANSISTRING AccountRecordId])
(Optional) Specifies the mode for adding signatures or vCard* information:
(Optional) Specifies whether or not to add the signature:
(Optional) Specifies whether or not to add a vCard:
(Optional) Specifies the signature text.
(Optional) Specifies the name of the vCard file. If the name isn’t provided, the vCard information is generated by the Address Book.
(Optional) Specifies the name of the sending account. For example, GroupWise.
(Optional) Specifies the record ID of the sending account.
You cannot turn off the signature option by setting only SignatureOptions to 0. If you want to turn off signatures, you must also set AddSignature to 0, as shown in the following example:
PrefSignature(0;0);