Multiple Archive Folders in Outlook -
Several months ago my archive.pst folder was moved to my E drive to create more space on my C drive.
I have just noticed that I now have multiple 'Archive Folders' in my Outlook Folder List.
On checking, I now have more than 1 archive.pst file
C:\Documents and Settings\AGM\Local Settings\Application Data\Microsoft\Outlook\archive.pst
E:\archive.pst
Is it possible to merge the two files, creating 1 large file on the E drive and only 1 'Archive Folders' in my Outlook Folder List?
Is the multiple folders a function of the various AutoArchive settings?
Multiple Archive Folders in Outlook -
Several months ago my archive.pst folder was moved to my E drive to create more space on my C drive.
I have just noticed that I now have multiple 'Archive Folders' in my Outlook Folder List.
On checking, I now have more than 1 archive.pst file
C:\Documents and Settings\AGM\Local S
searching across multiple public folders in outlook -
I'm using outlook 98
I would like to be able to search multiple public folders at once in outlook 98, and I think the only way would be to write a vb program.
I'm not to experienced with vb and I have know experience with vb-outlook programming, can someone tell me how to do this
MS Outlook 97 Archive problem, please help or advise -
I am puzzled, one of my users has restored their sent items in outlook from thier archive folder and now when they select archive to archive them back again, outlook does nothing! Does Outlook attach a hidden flag at all to indicate that it has been archived once already? How can i eit
Archiving Options in VB6 -
Hello All,
I've got the coding all sorted out, but I was looking for feedback into an "archive" option that I'm building into my VB6 program. Essentially, the archive will have the following choices:
+Archive (only) Inactive Jobs
+Archive (only) Inactive Customers
+
Downloaded pop3 server mail to Outlook, now "gone" -
We are moving to a new server tomorrow (pop3)
Until now, everyone used the webmail interface, so their emails got left on the server.
So *I* suggested they use Outlook to download their messages from the old server to their local machines. A very simple process as you all know.
Outlook Public Folders 3rd party software -
Hi All,
I've got quite an extensive tree of folders and stored emails (some 10,000!) currently filed in the Public Folders on Outlook.
I wanted to do some clearing out and moving of the folders within the tree to clean it up as it has got a little out of hand.
However I am fin
outlook 2003 and connecting to a access database -
I have some old code that used to work in Outlook 2003. Now it is complaining about all the data types. Here is the old code. Any ideas?
<code>
Dim app As Outlook.Application
Dim nm As NameSpace
Dim mi As Variant
Dim n As Integer 'kp new
Dim db
Dim rs 'As Recordset
Changing outlook configuration with VB -
Dear vb users,
We do have a lot of folders in our outlook. Also the auto archivering is setup.
Is there any possibility to use vb to change the configuration of the time the items will be backup to our archive.pst file?
Nice regards,
Michelle.
Outlook Message Archive -
We have a person that will be leaving the company. His final day is next Friday.
He has a ton of client specific email messages that my boss would like access to and he would like the folks (I'm one of them) who will be taking over this guys client list to have access to them.
W
Outlook archive mails -
Hi all,
Is there any way in VB 6.0 that I can read each mail in Outlook archive and print each mail in a separate text file. If possible can some one give me code, that I can customise to my needs.
Thanks in advance,
Balaji
Macros in Oulook -
I am trying to write a macro to archive e-mails as .txt files on our main server.
Within Outlook 2007 you can assign a unique archive file path to individual folders by the following method:
right click on a folder and select 'Properties', select 'Autoarchive', check 'Archive th
Outlook Folders -
I'm in the process of writing a program that requires tapping into the Outlook Object library. I would like to have the app look similar to MS Outlook with the Folders List and messages, etc.
Anyone know how to create such an app?
thanks,
Jeff
how can i add colunm to Outlook folders -
How can i programmically add new columns to Outlook folders (inbox,outbox..)?
The new colum will contain user defined field, not one of the outlook standards...
How can i set/retreive data to/from that column?
10x
Archiving with Zip32.dll -
Anyone have any ideas how to archive folders using the window's zipfldr.dll?
And also, how would I archive a file or folder on a W98? Because if the machine doesn't have Winzip installed, I cant use winzip to archive it. Any ideas on this?
Enumerating folders in outlook -
Hi all,
I've written a code which will import .pst file into outlook. I've some doubts:
# After importing a pst file into outlook, i need to enumerate all the folders in the file with their message count in a tree view, so that we can select
Traversing Outlook Express Folders -
Hi,
I need to access my Outlook Express (not Outllook) folders from VB6. Using the MapiSession and MapiMessages controls I can easily access my Inbox folder and I can send Mail. However, I need to access all the other folders in my Outlook Express configuration.
Can anybody
outlook express folders -
Hi,
i want get outlook express folders(like inbox,outbox) using vb..how can retrieve this folders...anybody know about please tell me...
Thankyou
Regards,
Murugan.
finding a control ID (for archive) in outlook 2003 -
Hey everyone,
Im in the need of some help, i have really never used VB before, im more of a network guy, however whilst trying to implement a new group policy i have become in the need of some VB script assistance.
Im trying to find the control ID for the archive menu in outlook
Outlook Express Folders List -
Dear All,
Our objective is to list all available outlook express folders in VB Application.
From the list user may select any one folder.
According to the user selection I would like to display all mail details
(subject,to address, body, no. of. attachments).
It can be done in
What is the reference I select for Outlook -
I have seen code examples referring to Outlook.Application and I looked under my project references but cannot find it. Can someone tell me what to look for and select? Thanks! I am using Outlook Express on windows XP.
Dim oApp As New Outlook.Application
Dim oNS As Outlook.Name
No AddressList object in Outlook.Namespace-> -
Hello,
I'm trying to automate Microsoft Outlook in Visual Basic, and to retrieve address list information from Outlook.
I've set a reference to the "Microsoft Outlook 8.0 Object Library", but I can't find the AddressList object which is supposed to be a member of the Ou
Folders in Outlook -
Hello, what is the way to access public folders in Outlook?
I tried this:
Dim dosContacts As Outlook.MAPIFolder
Set dosContacts = Application.GetNamespace("MAPI").GetDefaultFolder(olPublicFoldersAllPublicFolders)
but it says it's waiting for an object...
In fact,
outlook folders and files... HELP -
Hello,
i'm basically trying to get the list of outlook folders that a person has installed on his machine, i.e. inbox, outbox,...
i would then like to read and save every email to the HDD.
It really should be easy, does anyone PLEASE have a piece of code?
TIA,
W.
How to retreive data from Outlook -
I am not sure where to start with this. I would like to create an automated tool to basically backup Outlook settings and other data and store it so I can load it on different setups later.
I need to gather the Accounts in Outlook, the Rules, all the E-Mail, and the different folder
List Folders in Outlook -
I am writing code to redirect mails from perticular EmailAddress.
For that i am giving user a form in which all the folders in outlook will be listed.
I am not getting the code to do this.
I can do this if i want to list folders from perticular folder like inbox by this :
Get particular outlook public folder -
My project references Interop.Outlook.dll using outlook objects. It is a VB6 project converted by .NET to be a .NET project. I have all the conversion bugs resolved, but I cannot figure out how to use outlook objects to get a particular public folder by name--not even when it was in
Can you retrieve all Outlook folders -
I need to write an app that will list all email folders for Outlook. Does anyone know where I can find some good resources on this. I know how to access the "Inbox" but not the other ones.
Thanks,
Jeff
how to get outlook folders -
hi,
Can anybody tell me how to get the folders(inbox,outbox,sent items) from outlook and use in my vb program? Now im using MAPI. How to get those with MAPI...Need all your help...if possible give me the link so that i can understand well.
Thanks,
Kalpana.
[Excel 2003] Outlook 2003 Folders... -
Hiya,
Got a problem I cant see the solution or workaround to. May be you can help?
I have some code in excel scanning emails and grabing relevant data.. works ok in sub folders.
To allow it to do this I have a list box which shows namespace folders then from the it uses mapifo
Converting Outlook XP file to Outlook 2003 file... -
I copied my archive and personal outlook files and reformatted my drive.
I have now installed Office 2003, but Outlook won't read the files which are non-unicode.
Any ideas?
Woka
Outlook Public Folders -
I am looking for some code to get an Excel sheet n a public folder. I tried:
Set myOLApp = CreateObject("Outlook.Application")
Set myNameSpace = myOLApp.GetNamespace("MAPI")
Set myPubFold = myNameSpace.Folders("Public Folders")
Set myFolder1 = m
Outlook Folder Creation (webfolder) -
Hello everyone,
We are developing online CRM software, and is looking for some help in developing a Outlook plugin to our CRM system.
Our CRM software runs online in a browser, but we would like to implement this into Outlook by folders (web-folders) in Outlook.
Take a look ho
Is there any way to received emails into folders located in “My Documents” outside th -
Is there any way to received emails into folders located in “My Documents” outside the Outlook program?
Office Outlook 2003 allows you to “Create Rule” for doing exactly this but only with folders you create inside the outlook program.
Let’s say you are working on a pro
Moving files from multiple sources/destinations -
here is my code and works great.
Code:
Private Sub Form_Load()
Dim tmp As String
If Len(Dir$("\\mac-nas\Holters\test\Archive\" & Format(Date, "yyyy_mm_dd"), vbDirectory)) <= 0 Then MkDir "\\mac-nas\Holters\test\Archive\" & Format(Date,
VBScript to split PST files in outlook -
Hi guys, i am trying to get this script i found on the web to work.
I have very little scripting knowledge and need some help.
When i run the script i get the following error.
C:\test.vbs(147, 1) Microsoft VBScript runtime error: Object required: 'root'
It refers to this line i
outlook in VB -
I have a program in VB that I would like to load outlook in. At this point we can look at the in box but nothing else. How can I choose folders to load in VB? I want a couple particular folders to load in VB for my project. Any help is appreciated.
Thank you,
Daniel
Outlook From VB6 (Setting var to folder) -
I need to set a Variable to a subfolder.. cant remember how!!
the subfolder will be 5 to 6 deep
Personal Folders > Folder1 > SubFolder1 > SubFolder2 etc
Set oApp = New Outlook.Application
Set oNs = oApp.GetNamespace("MAPI")
Set oFld = oNs.Folders("Pe
Outlook! -
Isn't it cool how you can make Outlook heed your every command? Nice. But, here's the real question.
HOW DO YOU ACCESS PUBLIC FOLDERS?
Ack. Accessing Inbox etc. is simple but I have yet to find a way to access the public folders.
Suggestions?
Outlook & Timing -
I am trying to find out when outlook has a new message and then display a message box when there is a new message.
Dim oApp As Outlook.Application
Dim oNameSpace As NameSpace
Dim oFolder As MAPIFolder
Dim oMailItem As Object
Dim sMessage As String
Set oApp = New Outlook.Appli
Displaying Outlook emails through access -
When I run this code:
Code:
Public Sub OpenOutlookEmail(ByVal strEntryID As String)
Dim objOutlook As Outlook.Application
Dim objNameSpace As Outlook.NameSpace
Dim objCSIFolder As Outlook.MAPIFolder
Dim objDisplayEmail As Outlook.MailItem
Dim ob