A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

create meeting request from another mailbox in VBA?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 6th 06, 10:39 PM posted to microsoft.public.outlook.program_vba
Nick B
external usenet poster
 
Posts: 41
Default 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!!
  #2  
Old March 7th 06, 07:09 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default 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!!

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 07:24 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.