Post form into share calendar

B

bear

Hello
I have this code:

Public Sub DisplayForm()
Set myFolder = Session.GetDefaultFolder(olFolderCalendar)
Set myItem = myFolder.Items.Add("IPM.Appointment.IndianFormv1")
myItem.Display
End Sub

Code posts custom form into my local calendar.
Problem:

I need to post the form into:
All Public Folders - Transportation Calendar. Transportation Calendar is being pulled from exchange on remote site.

Any help would be appreciated. .
Submitted using http://www.outlookforums.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top