How To Make An Attendee Optional In Outlook For Mac
This topic shows a Visual Basic for Applications (VBA) procedure, CreateAppt, that programmatically creates an appointment, sets various properties, and sends the appointment to request a meeting. CreateAppt uses the CreateItem method to create an AppointmentItem object. It sets the MeetingStatus property of the AppointmentItem to olMeeting to indicate the appointment as a meeting request, and sets a required attendee, an optional attendee, and a meeting location as a resource. The example then displays and sends the appointment item.
Support and feedback
Openemu. May 21, 2019 Apologies if this has been asked before. In Outlook 2010, there was a bar on the bottom of the outlook program that would show a list of attendees that had accepted a meeting invite, and were going to the meeting. Is there an option in outlook 2016 as I cannot locate this option? Regards Ron Thanks for the reply. It was not really what I needed.
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.