ReportFilterCustomFilter Property
Allows the user to specify his own filter XML.
Syntax
char* GetReportFilterCustomFilter();
int SetReportFilterCustomFilter(char* lpszReportFilterCustomFilter);
Default Value
""
Remarks
Allows the user to specify his own filter XML. This property must be properly-formed XML, and must be a supported CalDAV filter or the class fails with an error.
Data Type
String