Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the format of the calendar information in the body of the MailItem created by the ForwardAsICal method.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlCalendarMailFormat
'Usage
Dim instance As OlCalendarMailFormat
public enum OlCalendarMailFormat
Members
| Member name | Description | |
|---|---|---|
| olCalendarMailFormatDailySchedule | 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 | 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 How to: Export a Calendar using Payload Sharing.