VBA GlobalAppointmentID returns null in Outlook 365

Bert Poels 6 Reputation points
2022-02-22T13:17:52.567+00:00

Hello
I have an Access Form with VBA code that creates an AppointmentItem in an Outlook calendar. After the appointment is created the GlobalAppointmentID is returned to the form:

Me.Controls("txtReserveringID" & intNr).Value = itemNew.GlobalAppointmentID

After upgrading outlook to Outlook 365 the GlobalAppointmentID returns null. The appointment gets created and the other properties (ex. Start, Body etc) return the expected values.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,182 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.