![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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!! |
Ads |
#2
|
|||
|
|||
![]()
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!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Meeting Request | KevinM | Outlook - Calandaring | 3 | February 21st 06 05:45 PM |
Meeting request email | semut | Outlook and VBA | 1 | February 1st 06 04:09 PM |
create a resource MAILBOX? | Jeff | Outlook - General Queries | 1 | January 17th 06 04:09 PM |
Cannot sent meeting request | Randy | Outlook - Calandaring | 0 | January 12th 06 02:05 PM |
Meeting request comes back undeliverable yet request is still rece | Sal F | Outlook - Calandaring | 0 | January 9th 06 05:32 PM |