Discuss this help topic in SecureBlackbox Forum

TElCalDAVOptions.MaxAttendeesPerInstance

TElCalDAVOptions     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     MaxRecurrenceInstances    

Discuss this help topic in SecureBlackbox Forum