Adds a new note object to the Contact and returns a reference to it.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public CNote NewNote()
Visual Basic
Public Function NewNote As CNote
Visual C++
public:
CNote^ NewNote()

Return Value

A reference to the new note

See Also