TextSetFrom()

Inserts a user’s name in the From text box. The logged user name is included in parenthesis.

Token ID

AFTKN_SET_FROMTEXT or 567

Syntax

VOID TextSetFrom( ANSISTRING FromText; 
                  [BOOLEAN Append])

Parameters

FromText As ANSISTRING

Name of the user that the item is from.

Append As BOOLEAN

(Optional) Specifies the following:

  • False Default. Replaces existing text.
  • True Appends to existing text.