| Thread | Last Post | Replies |
|
| How to delete duplicate emails | 10 Jan 2005 12:47 GMT | 4 |
Can i write a macro or something to get rid of all these duplicate emails I have? When I upgraded and migrated from OE, Outlook 2003 decided to redownload all 2100 emails i had on the server... so now there are 2 copies of everything. And now it wants to do it AGAIN. It'll ...
|
| categories for Mail Message | 09 Jan 2005 16:58 GMT | 1 |
Is there any way to apply categories to a message before it is sent? Using VBA, dialogs or userforms to select the categories from the master categories. Context: After it is sent and defaulted to sent file, we
|
| How do I enable macros | 08 Jan 2005 09:08 GMT | 2 |
All was well yesterday, my first attempt at an Outlook VBA macro appeared to do just what I wanted. But today I tried to run it and I received the message "The macros in the project are disabled, see host help for how to enable them" i looked and all it suggested was macro-security ...
|
| Extract attachments using Outlook Rules | 07 Jan 2005 23:47 GMT | 2 |
Can attachments be extracted from e-mail messages, and saved with a new name in specific non-outlook folders?
|
| Including an attachment in email | 07 Jan 2005 16:53 GMT | 2 |
I am trying to attach a file to email I am sending via the code below. Unfortunately, assigning a file name to .Attachments does not do it. Can anyone tell me how to make this work? Thanks. Sub Send_Message(Recipients As String, BodyText As String)
|
| How to automatically show an email when it arrives? | 07 Jan 2005 16:00 GMT | 5 |
Is there a way to automatically display an email message when it arrives? Every once in a while, I get buried in programming and don't notice the new email icon in the tray. I tried enabling the new mail message box thing but found it to be a time waster. I was thinking that a ...
|
| DeletedItems properties not supported | 07 Jan 2005 14:57 GMT | 1 |
I am having a problem with catching deleted items (in order to sync a users calendar with a public calendar). I am monitoring the deleteditems folder using a mcolDeletedItems_ItemAdd(ByVal Item As Object) construct, but I have run into a rather strange problem. I can
|
| How to default save as msg format? | 07 Jan 2005 12:03 GMT | 4 |
How can l write the program in Outlook then when user save as their email will be default .msg format? Thanks in advance!
|
| Create outlook object results in annoying Outlook icon flash on taskbar | 06 Jan 2005 14:21 GMT | 5 |
My VB application has an irritating momentary loss of focus when it creates an Outlook object due to the brief appearance of the Outlook taskbar icon stealing focus. Has anyone found a workaround to this irritant?
|
| Forcing Application to Read Registry Change | 06 Jan 2005 13:11 GMT | 2 |
Got a bit of a problem here, I've written this code below to make changes to registry key 'Mark Comments With' e-mail option in Outlook. Without closing and reopening Outlook, the new value isn't recognised by Outlook when the change to the registry is done using this code, ...
|
| ReceivedTime changes when moving MailItem | 06 Jan 2005 10:01 GMT | 2 |
I am using simple macro to move completed Mails to specific folder (to be able to run it from toolbar button) - in Outlook 2003. It works great with a little annoynace. Everytime I move an item, it's ReceivedTime changes to the current date and time, so I completely
|
| Using a Public Folder as a Mailbox | 06 Jan 2005 05:03 GMT | 6 |
All, Is it possible to implement the functionality ( i.e setting the public folder as a mailbox : Article : http://www.msexchange.org/articles/MF021.html ) from a client side
|
| Outlook Help, Please | 05 Jan 2005 20:57 GMT | 2 |
I changed from Outlook express to 2003 NMicrosoft Office and the Outlook provide by Office - Well I can not send nor receive any messages, keep getting a message stating" Object could not be found". Can anyone help me figure this put?
|
| Setting default wallpaper in message generated in MS Access 2000 | 05 Jan 2005 15:15 GMT | 3 |
Here is my code I'm using in Access. It works great with the exception of invoking the template I'm using on my default email box message form. What I'm trying to do is to use the "wallpaper" set to the inbox new message as the default wallpaper in the email message I'm ...
|
| autoreply to read emails from folder w/template | 05 Jan 2005 14:51 GMT | 1 |
I know for sure that this has been thought of, but not sure exactly how to go about it.. I want to be able to take certain emails (that I have already looked at and predetermined the ones I am looking for) and drop them into a folder, by hand. Ok, nothing big so far, drag and ...
|