| Thread | Last Post | Replies |
|
| sort incoming emails into folders | 28 Jun 2005 22:01 GMT | 1 |
I am a total VBA novice - only started looking into it today so it all looks a bit daunting we have a number of different email addresses pointing to one user account - I am wanting the incoming emails to be fildered and put into different
|
| Copy Appointments to Exchange Calendar | 28 Jun 2005 21:55 GMT | 1 |
I am using Outlook 2003. I download all my emails, appointments, etc. to my local machine to the .pst file. When I accept a meeting it shows up on my local calendar. I share out my calendar on the Exchange Server and so I have to manually copy all my meetings to the Exchange ...
|
| Tools>Macros>Security Unable to run Macros Security or Visual Basi | 28 Jun 2005 19:55 GMT | 2 |
For some reason all of thease have stop working RUN MACRO, SECURITY, VB EDITOR In outlook 2003, Thease thing all run run fine in word. I have uninstaled office and reinstalled and have All of the lastes Pacthes
|
| Creating a Folder | 28 Jun 2005 14:36 GMT | 7 |
Whats the approved method for creating a new folder? I can get the Default Contacts folder like so... MAPIFolder pFldrContact; pFldrContact = olNs.GetDefaultFolder(olFolderContacts);
|
| VB editor will not work in Outlook - any ideas? | 28 Jun 2005 07:04 GMT | 1 |
VB editor works fine in Excel, but I cannot get into the macros or VB editor for Outlook, using either the menu or the shortcut keys. I have previously been able to access this, but now I can't - nothing was changed in between, but I have since tried "repairing" Office with no ...
|
| What's required to port automation app to Outlook add-in? | 28 Jun 2005 07:00 GMT | 1 |
I have an existing telephony screen pop application that does Outlook contacts pop ups using VB6 and automation. I am considering making an Outlook add-in version of it and am wondering how much reworking would be required? Most of the interface
|
| save attachments | 27 Jun 2005 21:44 GMT | 1 |
Is there a way of writing a script, that removes the attachments from my mails, places them into a folder and replaces the attachment in the mail into a link to the file in this folder? Can you advise how to start it?
|
| How to properly reference sub-folder using "WithEvents"? | 27 Jun 2005 14:43 GMT | 3 |
I am currently trying to finish up an Outlook project whereby I increase a counter for every message that is put into a sub-folder called "Completed" which exists under the Inbox in Outlook 2002. I am missing some kind of link between the WithEvents method and the actual ...
|
| how to transfer emails | 25 Jun 2005 10:57 GMT | 1 |
How Do I transfer my emails (in tact) from one computer to the other
|
| getfolder | 24 Jun 2005 18:06 GMT | 1 |
I am writing a simple macro to look up some items in a folder : Sub check_items() Dim nSpace As NameSpace Dim objFolder As MAPIFolder
|
| Outlook 2003 - Server 2000 access rights | 24 Jun 2005 15:32 GMT | 2 |
Outlook 2003 will not return a .pst file to the network after it's been closed so that a different application can open it. Is there a way to use VBA to insure that a .pst file has been returned to the network after you close it? Do you think I could create maybe a different ...
|
| Creating Outlook 2003 type PST FIle | 23 Jun 2005 19:19 GMT | 1 |
I am trying to create a 2003 type PST file (With the increased file size over the earlier type of PST files). I have outlined the steps I have done so far and the problems I have encountered. From the MAPISVC.inf file which is found on all client machines,
|
| Regular Expressions in VBA | 23 Jun 2005 17:09 GMT | 6 |
I'm trying to put together a form in Outlook, and I want to use a regular expression to find a section of a file so I can modify only that part. I've tried looking for regular expressions in VBA on the internet, but I can't find any good sources. Does anyone have a good place ...
|
| Help with Redemption (recipients) please | 23 Jun 2005 09:55 GMT | 4 |
Hi Newsgroup, how do I have do change this code for use with Redemption? ActiveInspector.CurrentItem.Recipients.Add "test@domain.de" Your time and help is highly appreciated.
|
| Macro to move files to Data File | 23 Jun 2005 06:52 GMT | 1 |
I save all deleted and sent files to deleted/sent folders in an open 'Data File' file. I get a lot of email, so do to space, I keep having to manually move these my deleted/sent files from my Exchange mailbox to my deleted/sent files folder in my 'Data File'. It would be nice to ...
|