![]() |
create meeting request from another mailbox in VBA?
If I have delegate access to another mailbox, can I create a meeting request
from that mailbox using VBA? Would it help if I got Owner access? I saw some mention of using CDO to read the property, but nothing on setting it. At first I thought it would be just like adding the From field in an email. Thanks!! |
create meeting request from another mailbox in VBA?
Use the GetSharedDefaultFolder method to return a Calendar folder for that
user by passing a Recipient object which resolves against the Address Book. You'll of course need to have Write permissions on that folder. You can then use the Items.Add method to create an Appointment Item in their folder. -- Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Nick B" wrote: If I have delegate access to another mailbox, can I create a meeting request from that mailbox using VBA? Would it help if I got Owner access? I saw some mention of using CDO to read the property, but nothing on setting it. At first I thought it would be just like adding the From field in an email. Thanks!! |
All times are GMT +1. The time now is 03:58 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com