Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

Outlook.OlCalendarMailFormat.md

File metadata and controls

29 lines (20 loc) · 1.41 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlCalendarMailFormat enumeration (Outlook)
vbaol11.chm3117
vbaol11.chm3117
Outlook.OlCalendarMailFormat
b4b77080-1c8b-cfa4-3b3a-e59fec698bb1
06/08/2017
medium

OlCalendarMailFormat enumeration (Outlook)

Determines the format of the calendar information in the body of the MailItem created by the ForwardAsICal method.

Name Value Description
olCalendarMailFormatDailySchedule 0 The calendar information is formatted as a daily schedule of appointments, containing an hour-by-hour breakdown of the calendar, showing both free and busy time blocks along with working-hour information. This layout is intended to help show recipients which times you are available.
olCalendarMailFormatEventList 1 The calendar information is formatted as a list of events, containing a list of the calendar appointments without showing any time blocks. This layout is intended to help show recipients the events scheduled for a given time period.

Remarks

For more information, see Sharing Calendars and Export a Calendar using Payload Sharing.

[!includeSupport and feedback]