_MeetingItem.Send Method
Sends the meeting item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Send
'Usage
Dim instance As _MeetingItem
instance.Send()
[DispIdAttribute()]
void Send()
Remarks
When you create a meeting request programmatically, you first create an AppointmentItem object instead of a MeetingItem object. To indicate the appointment is a meeting, set the MeetingStatus property of the AppointmentItem object to olMeeting. To send the meeting request, apply the Send() method to that AppointmentItem object.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace