| Thread | Last Post | Replies |
|
| OE6.0 | 18 Sep 2006 06:21 GMT | 1 |
Hi, everyone! I want to export all contacs in MS access database with VB source code. Do You have any tip how to do it? On what location contacs are saved? Please help me.
|
| Pop the Task Creation Outlook form from Word | 18 Sep 2006 06:17 GMT | 1 |
I am hoping this is relatively simple... I have several word documents containing meeting minutes/technical documentation. I want to be able to highlight a phrase, then execute a macro that opens the standard Outlook Task Creation Dialog. I would like for the
|
| Retrieving information from incomming mail items. | 18 Sep 2006 05:45 GMT | 1 |
I am using Outlook2k and WinXP. When a new mail arrives, I want to get some information like the name of the sender, what is the subject and body text? How can I retrieve such properties from the incoming mail item?
|
| Automatically forward message | 16 Sep 2006 08:13 GMT | 9 |
Hi, folks! I (on the east coast) and another person (on the west cost) provide tech support for a small company. We have a "support" email account set up on a "freebie" (TMSoft) email server. I have my Outlook 2002 set up to pick up
|
| scanpst batch | 15 Sep 2006 15:17 GMT | 1 |
Can I run scanpst in batch mode? I have a large number of files to check.
 Signature thanks so much!
|
| Permanent Delete | 15 Sep 2006 10:28 GMT | 2 |
Two questions please: 1. I have CDO enabled in Outlook 2000 SR-1, yet the code below fails saying user defined type not defined highlight the code " Dim objSession As New MAPI.Session"
|
| Get email address from name | 15 Sep 2006 08:43 GMT | 6 |
Hi group ! I wonder how I can find an email address from a real name in VBA ? I am tweaking a macro to export an appointment to an ics file, and I need to set the "ORGANIZER:" field to "MAILTO:<organizer's email
|
| How to determine whether a message was inbound or outbound | 15 Sep 2006 06:04 GMT | 1 |
Given a mailItem which has .Sent = True, I want to determine whether it was outbound (ie sent from this mailbox), or inbound (ie sent to this mailbox). I can't rely on the location of the message, because it may have been
|
| Detect default signature | 15 Sep 2006 05:37 GMT | 1 |
Hi does anyone know how to detect the current user's default signature? thanks
|
| Finding Recurring Items with Exceptions | 15 Sep 2006 05:29 GMT | 1 |
Could someone please confirm the following. If you want to find all appointments between two dates StartRange and EndRange you can restrict the items collection using a filter as in : strFilter = "([End] > '" + Format(StartRange, "mmmm dd, yyyy") + " ' AND
|
| Project1 not executing | 14 Sep 2006 17:03 GMT | 2 |
I just started looking at adding some itelligence to emailing. I followed an example which prompts for missing attachment confirmation. Worked well. I then installed OutlookSpy to look at ID numbers for menus, etc. to get a better understanding of what you can do. Now the
|
| macro to swap calendar time zone | 14 Sep 2006 06:12 GMT | 1 |
I need a macro to do the tools, options, calendar options, time zone, swap time zones function. Would like to know if it's as simple as putting in some code (which is what I need help with here) and then putting the button up from view, toolbars,
|
| Outlook Macro to insert graphic | 13 Sep 2006 21:29 GMT | 1 |
My company wants every email we send out to have our letterhead banner across the top of the message box. We already use the sigature feature for our individual signatures. Is there a way to record a macro that will go out to where the file is stored on our server and "import" it ...
|
| Oulook and Access question | 13 Sep 2006 21:20 GMT | 1 |
I have a Outlook macro communicating with MS Access. I've set a reference to Access and am using "CurrentProject.Connection.Execute strSQL" to post a record based on email data.
|
| Problem Looping Through Contacts | 13 Sep 2006 10:14 GMT | 4 |
I am trying to loop through all the contacts in the standard contacts folder. When I use "Dim objContact As ContactItem" it gets 15 items through the 600 contact items and gets a 'type mismatch' error on the 'Next Statement'
|