_MeetingItem.Send 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.
Sends the meeting item.
public:
void Send();
public void Send ();
Public Sub 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.