IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

ReportFilterEventType Property

Indicates the type of calendar object resources to return in a Report.

Syntax

int GetReportFilterEventType();

int SetReportFilterEventType(int iReportFilterEventType);

Possible Values

  VT_EVENT(0), 
  VT_TODO(1), 
  VT_JOURNAL(2), 
  VT_FREE_BUSY(3), 
  VT_ALL(4)

Default Value

0

Remarks

Indicates the type of calendar object resources to return in a Report. Some calendar servers (Google in particular) do not support vtAll, so you must submit a report for each type of event you wish to retrieve a report on.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]