Share via


IRecurrencePattern::get_DayOfWeekMask (Compact 7)

3/12/2014

This property gets or sets a bitmask that represents the combination of OlDaysOfWeek enumeration values that make up a recurrence pattern.

Syntax

HRESULT get_DayOfWeekMask(
  long * plMask
);

Parameters

Return Value

Returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, in addition to the following:

  • S_OK
    The method completed successfully.

Remarks

plMask is the result of performing a bitwise OR on multiple OlDaysOfWeek enumeration values.

Valid for the following OlRecurrenceType enumeration recurrence types: olRecursDaily, olRecursWeekly, olRecursMonthNth, and olRecursYearNth.

You must set the RecurrenceType property before setting this property.

To get the value of the DayOfWeekMask property, call the property method described here.

To set the value of the DayOfWeekMask property, see the IRecurrencePattern::put_DayOfWeekMask property method.

Requirements

Header

pimstore.h

Library

Pimstore.lib

See Also

Reference

IRecurrencePattern
IRecurrencePattern::put_DayOfWeekMask
Pocket Outlook Object Model Interfaces