Share via


AppointmentItem.ForwardAsVcal Method

Outlook Developer Reference

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