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 - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Get Public Folder Name - Automate PickFolder function



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old December 5th 06, 11:23 AM posted to microsoft.public.outlook.program_forms
FondaUK
external usenet poster
 
Posts: 3
Default Get Public Folder Name - Automate PickFolder function

Hi all,

I have an outlook custom form I have published to a Public Folder. A
new form is created from clicking a button within an MS Access database
and fields from the database are added to the custom form before
sending it.

The problem I have is referencing the public folder.

I can get the form to display with the correct data when referencing
the public folder using the code below.

Dim objOutlookApp As Outlook.Application
Dim objNS As Outlook.NameSpace
Dim objFolder As Outlook.MAPIFolder
Dim objItem As Outlook.MailItem

Set objOutlookApp = New Outlook.Application
Set objNS = objOutlookApp.GetNamespace("MAPI")
'Set objFolder = objNS.GetDefaultFolder(olFolderDrafts)
Set objFolder = objNS.PickFolder
Set objItem = objFolder.Items.Add(g_strOutlookFormClass)

What I need is how to automatically reference the folder named

\\Public Folders\All Public Folders\Forms\Resource Forms

and create a new form based on the custom form with the data pulled in from
the database

Using the GetFolder function at
http://www.outlookcode.com/d/code/getfolder.htm

returns an error or empty string.

Cheers

Graham
 




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
Copy email from local folder to public folder Andrew Outlook and VBA 0 November 16th 06 09:29 AM
"Find" function fails to work on public folder dvw Outlook - Using Contacts 0 October 23rd 06 11:24 PM
Obtaining Folder Size in Public Folder Favourites Kentucky Outlook and VBA 0 September 7th 06 04:14 PM
Automate Public Folder Creation John Mc Cabe Outlook and VBA 1 August 16th 06 04:01 PM
activate contact folder from public folder with "show this folder as email address book using a prf file Frankie K. Outlook - Using Contacts 7 July 25th 06 05:37 PM


All times are GMT +1. The time now is 06:35 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.