MeetingItem.Send Method (Outlook)

Sends the meeting item.

Syntax

expression .Send

expression A variable that represents a MeetingItem object.

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

Concepts

How to: Create an Appointment as a Meeting on the Calendar

MeetingItem Object

MeetingItem Object Members