_AppointmentItem.ForwardAsVcal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.