Share via


AppointmentItem.ForwardAsVcal Method (Outlook)

Forwards the AppointmentItem as a vCal; virtual calendar item.

Syntax

expression .ForwardAsVcal

expression A variable that represents an AppointmentItem object.

Return Value

A MailItem object that represents the new mail item to which the calendar information is attached.

Remarks

The ForwardAsVcal method returns a MailItem with the vCal file attached.

See Also

Concepts

AppointmentItem Object Members

AppointmentItem Object