RecurrencePattern.Duration Property

Outlook Developer Reference

Returns or sets a Long indicating the duration (in minutes) of the RecurrencePattern. Read/write.

Syntax

expression.Duration

expression   A variable that represents a RecurrencePattern object.

Remarks

For recurrences, this property is only valid for appointments.

To create a duration of one day for an all-day event, set the duration equal to 1440.

See Also