![]() |
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
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
To get a non-default folder, you need to walk the folder hierarchy using the
Folders collections or use a function that does that for you. For examples, see: http://www.outlookcode.com/codedetail.aspx?id=628 - uses a folder path string http://www.outlookcode.com/codedetail.aspx?id=492 - searches for a folder by name http://www.outlookcode.com/codedetail.aspx?id=1164 - uses a folder path string in the Public Folders hierarchy -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "bear" swin_1234[at]yahoo[dot]com wrote in message ... 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Move appointment form personal calendar to share calendar | Helen | Outlook - Calandaring | 0 | August 4th 09 03:32 PM |
problem with publish custom Post form | shubhangi | Add-ins for Outlook | 6 | February 18th 08 02:12 PM |
Emailing a Post form | robert | Outlook and VBA | 4 | November 1st 06 07:33 PM |
RecipientControl in Post custom form | Bill | Outlook - Using Forms | 1 | May 11th 06 07:32 PM |
Errors in sending a post form in Outlook 2k | Desiboy | Outlook and VBA | 7 | May 4th 06 07:53 PM |