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.2.0

Syntax

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

Return Value

A reference to the new note

See Also