Project.AppendNotes Method

Project Developer Reference

Appends new text to the Notes field.

Syntax

expression.AppendNotes(Value)

expression   A variable that represents a Project object.

Parameters

Name Required/Optional Data Type Description
Value Required String The text to append to the existing notes.

Remarks
New text is added with the formatting in use at the end of any existing notes.

See Also