_MeetingItem.Send Method

Definition

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.

Applies to