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

MeetingItem Object

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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.