CalendarView.MonthFont Property
Outlook Developer Reference |
Returns a ViewFont object that represents the font used when displaying items for a specified month in the CalendarView object. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.MonthFont
expression A variable that represents a CalendarView object.
Remarks
The value of this property is applicable only when when the CalendarViewMode property of the CalendarView object is set to olCalendarViewMonth. The property also represents the font used to display the week, day, and date headers in the view.
See Also