_AppointmentItem.ForwardAsVcal Method

Definition

Forwards the AppointmentItem as a vCal; virtual calendar item.

public:
 Microsoft::Office::Interop::Outlook::MailItem ^ ForwardAsVcal();
public Microsoft.Office.Interop.Outlook.MailItem ForwardAsVcal ();
Public Function ForwardAsVcal () As MailItem

Returns

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.

Applies to