| Thread | Last Post | Replies |
|
| Sort Outlook emails by domain names of sender (grouped together) | 27 Jul 2006 12:17 GMT | 2 |
I would like to sort my emails by the domain name of the sender and group them in Outlook. This would be helpful if I wanted to see all the emails from all the senders at a client's company. Maybe the secretary (whom I would not necessarily remember their name) sent me an email. ...
|
| Change event to a repeating event | 27 Jul 2006 06:05 GMT | 1 |
Outlook 2003's import feature does not seem to support recurring events. I have imported about 500 trivia events, so my question is; How do I convert all the events of a specific category to events that occur yearly? John... Visio MVP
|
| script to parse ip addresses from outlook headers | 27 Jul 2006 05:55 GMT | 1 |
can anyone point me in the right direction here? i need to write a script that will rip through all messages stored in outlook, and pull out both the ip address and the email address the message was sent from.
|
| Saving attcahments to a folder with a rule. | 27 Jul 2006 00:55 GMT | 2 |
I want a rule to do the following: Validate a message by a word in the subject - Then to save the attachment in that message to a specific folder on my system.
|
| Macro to search for word | 26 Jul 2006 21:52 GMT | 7 |
I do not really know much about VBA and macros and Outlook does not even have a macro recorder. So I recorded the following macro in Word and inserted it into Outlook but it doesn't work of course.
|
| Simple Question on SafeInspector's RTEEditor | 26 Jul 2006 21:46 GMT | 5 |
Let's say I have this code, which uses the Redemption SafeInspector library: Set sInspector = CreateObject("Redemption.SafeInspector") sInspector.Item = Application.ActiveInspector
|
| Need a script to OPEN and then save as .msg | 26 Jul 2006 14:36 GMT | 6 |
Does anyone know of a script that is already out there that will do this ? Basically I am leaving the company I work in, and need to take my mail with me (personal emails)
|
| Outlook Form Command Button Code | 26 Jul 2006 14:26 GMT | 1 |
I'm wondering if it's possible and if anyone can point my in the right direction as to where I can pull some code to modify. I have an outlook form which I need a vote or command button (2 in total depending on whats used) which will include the original message in the response. ...
|
| Messages stuck in outbox | 26 Jul 2006 14:14 GMT | 3 |
I'm sending emails and saving the same item to a .pst. I am changing the sent item destination using: StoreID = objDestinationFolder.StoreID FolderID = objDestinationFolder.EntryID
|
| VBA to list all created PST file name/location in personal folder | 26 Jul 2006 06:02 GMT | 3 |
Can you please give me some ideas how to create VBA to list out all PST file name with their location into text file ?
|
| Insert a text signature programatically | 25 Jul 2006 23:19 GMT | 1 |
I've been studying the intellisense for this in the VBA editor but can't seem to find any reference to insertion of a signature. Can anyone give me a clue? Regards
|
| Saving Message as text but trying to keeping unicode | 25 Jul 2006 22:15 GMT | 7 |
I am saving Outlook items using the SaveAs method to a Text file using OlSaveAsType.olTXT as the Parameter however I am losing the Unicode within the Item itself to the SaveAs method (it replaces the unicode with garbage or ???).
|
| Check for valid internal e-mail address | 25 Jul 2006 17:38 GMT | 2 |
I've created a small app that takes an Excel spreadsheet which is output from our employee scheduling system and e-mails appropriate chunks to individual employees. In most cases, the name coming out of the scheduling system is the same name used in our Exchange global
|
| If not found? | 25 Jul 2006 16:27 GMT | 3 |
Couldnt really find a definitive answer on this group so thought I would start a new topic. I want to be able to use the find command to find a subject that is in a folder from an array.
|
| MarkAsTask - Date setting | 25 Jul 2006 15:22 GMT | 1 |
In Outlook2007 I would wish to use the MarkAsTask functionality and have no problem, for example, of setting the OlMarkInterval to Tomorrow; m_objItem.MarkAsTask (olMarkTomorrow) What I would really like to do is set the due date to a date of my choice.
|