_AppointmentItem.ForwardAsVcal Method

Forwards the AppointmentItem as a vCal; virtual calendar item.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Function ForwardAsVcal As MailItem
'Usage
Dim instance As _AppointmentItem
Dim returnValue As MailItem

returnValue = instance.ForwardAsVcal()
[DispIdAttribute()]
MailItem ForwardAsVcal()

Return Value

Type: Microsoft.Office.Interop.Outlook.MailItem
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

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace