Discuss this help topic in SecureBlackbox Forum
Returns the value of the CALDAV:max-attendees-per-instance property.
Declaration
[C#]
int MaxAttendeesPerInstance;
[VB.NET]
Property MaxAttendeesPerInstance As Integer
[Pascal]
property MaxAttendeesPerInstance : integer;
[C++]
int32_t get_MaxAttendeesPerInstance();
void set_MaxAttendeesPerInstance(int32_t Value);
[PHP]
integer get_MaxAttendeesPerInstance()
void set_MaxAttendeesPerInstance(integer $Value)
[Java]
int getMaxAttendeesPerInstance();
void setMaxAttendeesPerInstance(int Value);
Description
This property limits the number of ATTENDEE properties in the calendar objects.
Discuss this help topic in SecureBlackbox Forum