Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-09-2018, 04:53 PM
johnv johnv is offline Automatically Creating an Appointment Windows 10 Automatically Creating an Appointment Office 2016
Novice
 
Join Date: Jul 2018
Posts: 19
johnv is on a distinguished road
Default

Hi

you can try to use the event handler that fires when you send an item. Because when you accept a meeting you send an item. So you first check if it is a meeting request and if so you run your code.

like this

Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)

If InStr(Item.MessageClass, "IPM.Schedule.Meeting.Request") > 0 Then
'do your thing here

end if
end sub
Reply With Quote
 

Tags
appointments, vba



Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a shopping list, where dublicates are automatically added wasmabo Excel 7 01-10-2018 05:48 AM
Automatically Creating an Appointment My text is wrapping automatically creating a new page TheAnth Word 9 10-27-2017 05:53 PM
Automatically Creating an Appointment Problem creating table of contents automatically Badza.2020 Word 1 05-01-2015 04:58 PM
Automatically Creating an Appointment Have Excel automatically send an appointment to Outlook paulw793 Excel 1 09-12-2011 11:04 PM
Creating an Appointment as an other User (Impersonating) humpra Outlook 0 10-16-2009 03:36 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:46 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft