| Thread | Last Post | Replies |
|
| Macro to Move Mail Messages from Draft folder to other folders | 14 Jun 2006 19:10 GMT | 4 |
HELP...Please...I am so a newby on the VB stuff. I am trying to create a macro that will move messages from my Drafts folder to another folder, based on specific words in the subject line. For example: In my drafts file, a message with "HEALTH:" would be moved to
|
| New Email Button on toolbar | 14 Jun 2006 16:30 GMT | 1 |
Can anyone help me with 2 questions ? 1). How to hook to the New Email button on the toolbar, so that everytime a person clicks it, the macro is fired ( code would be ideal) ? 2). I want to switch between 2 accounts, every time I send the email from ?
|
| Programmatically show or hide folder list pane | 14 Jun 2006 15:13 GMT | 3 |
I'm trying to write some code that will automatically close the folder list when I select the Calendar folder/view, and then show it again when I select something other than my Calendar. Here is what I have so far based on what I've found in VB help and this board:
|
| Set Homepage for New Folder in Outlook | 14 Jun 2006 13:47 GMT | 1 |
All, I have managed to use a vbscript to create a new folder in all user Outlook, I need to go one step further and set the hompepage to a spesific URL we have 2000 users so going around to the desktops do not
|
| Change the category of a mail item usinb VB | 14 Jun 2006 13:30 GMT | 4 |
I'm trying to change the Categories in VB, but for some reason it is not working. My situation is this: In the Inbox folder, I select some mail items and run the following code: Sub DefineCategories(CategoryStr As String)
|
| Copying an item from one folder to another | 14 Jun 2006 12:46 GMT | 4 |
Can you tell me if there is a way to copy an item from one folder to another using Outlook without first making a copy in the original folder ?? You can do this with CDO, but not Outlook. Does anyone know if this will be available in Outlook 2007 ?
|
| embedding dynamic data in signature file | 14 Jun 2006 06:12 GMT | 3 |
Is it possible to add dynamic data to a Outlook signature file (i.e. text / a hrefs) originating from a webserver. There is no use to execute script, only to access a webserver that generates some simple html which will be included in the signature.
|
| Setting Labels for Appointments | 14 Jun 2006 05:24 GMT | 1 |
I have a vba procedure that creates appointments in outlook from data in a spreadsheet. I would like the code to set the label (so they will apear in distinct colours) for these appointments. I have seen code for getting the label but I
|
| Outlook Business Contact Manager Folders | 14 Jun 2006 04:20 GMT | 1 |
I'm trying to "walk the folders" to get to the Opportunities folder in BCM. I get a type mismatch which leaves me to believe that they can't be retrieved using MAPI? Dim objOutlook As Outlook.Application Dim objNS As Outlook.Namespace Dim objFolder As MAPI.Folder
|
| verify and delete mailitem | 13 Jun 2006 23:38 GMT | 8 |
Daily I receive approx 100 emails. I have to open them individually and verify that this line is present Description: Successful If it is present, I delete the email.
|
| Create new pst file and copy folders | 13 Jun 2006 16:11 GMT | 1 |
I a trying to find an example of how to progrmically create a new pst file and then copy the standard items (Calendar, Task, Contacts, Notes) as well as folders that I have created along with the subfolders into the new pst file. Any suggestions would be appreciated.
|
| Programmatically Export Outlook Mail to Microsoft Access | 13 Jun 2006 14:54 GMT | 4 |
I need to be able to open an email in Outlook 2003 and then click a button on the toolbar which will move this message to a MS Access 2003 database. I assume I'll need to right some sort of VBA code in Outlook 2003 which I can link to my toolbar button, but I really don't know ...
|
| Save Email in MSG format | 13 Jun 2006 10:21 GMT | 6 |
I have Outlook 2003. I want to be able to write a macro to do a File, Save As, then save the email in Outlook Message Format (e.g. .MSG) to a particular location (e.g. W:\EMAIL\). Can anyone help me?
|
| read event not triggered | 13 Jun 2006 06:03 GMT | 1 |
I have some code that adds an extra menu in the menubar, when a contact is opened. Public WithEvents myOlInspectors As Outlook.Inspectors Public WithEvents myContact As Outlook.ContactItem
|
| Saving mail (.msg) after clicking context menu button | 12 Jun 2006 17:59 GMT | 1 |
Hello everybody!! I created a new button in the context menu (http://www.outlookcode.com/codedetail.aspx?id=314) and so I wanted to save the selected mail to the harddisk.
|