get_comment_list


Description:

public void get_comment_list (out SList<CalComponentText> text_list)

Queries the comments of a calendar component object.

The comment property can appear several times inside a calendar component, and so a list of CalComponentText is returned.

Parameters:

text_list

Return value for the comment properties and their parameters, as a list of CalComponentText structures. This should be freed using the free_text_list function.