| Thread | Last Post | Replies |
|
| Add Xheader to Received Message | 14 Nov 2007 18:49 GMT | 3 |
I need to monitor Inbox Items,if the item contains Xheader or not.I have one command button "save" on Read Msg Window form region.If the msg contains Xheader(say x-matter) then
|
| Programming in Outlook | 14 Nov 2007 16:26 GMT | 3 |
I would like to make a script for Outlook 2007and don't know where to begin (I'm not a VB programmer). What I want seems simple enough to me to accomplish. Everytime I click NEW email, I'd like this script to auto insert the following into the subject line of the email
|
| Outlook.Selection doesn't work in access 97 | 14 Nov 2007 15:18 GMT | 1 |
We are still using Outlook 97 and now I'm trying to create a code that will save all attachments from selected (or rather highlighted) emails. The code I tried uses
|
| Direct mail merge documents to drafts folder | 14 Nov 2007 13:51 GMT | 4 |
I use mailmerge in word to create email messages for different recipients but the problem i have is after I create the merged document it automatically sends the emails to each recipient I wonder if there is way to send thoses emails to my drafts folder because I want to attach ...
|
| Macro outlook 2007 | 13 Nov 2007 19:52 GMT | 1 |
I have XP prof SP2 and I have installed Office 2007 I am looking for a macro to extract from outlook 2007 e-mails in original format (header+body+attachment) and redirect them to specific e-mail address. Can you help me?
|
| Contacts Selection using dialog box as the one for 'links selectio | 13 Nov 2007 15:52 GMT | 1 |
I am working on an ActiveX who should export Contacts from Outlook. I can currently select the whole content of a folder using the 'Pickfolder' function and then select items. I would like to select directly some (one or several) contacts using a
|
| Outlook 2003 Script How to get a List of SubFolder | 13 Nov 2007 15:51 GMT | 6 |
How can I obtain à list of subfolder (contact) in Outlook Public Folder eg: Business Business
|__ Customer |
| Paste from Clipboard | 12 Nov 2007 21:27 GMT | 1 |
Can I paste from Clipboard using VBA? Preferably "onOpen" of a new message (created by a script in Word VBA: GetObject("", "Outlook.application") .. mOutlookApp.CreateItem(olMailItem) .. etc)
|
| Help passing information from Outlook to Excel | 12 Nov 2007 14:08 GMT | 1 |
Hi, can anyone help? I've created a leave spreadsheet that creates a calendar appointment in Outlook and sends it to the authorising officer. What I'd like to do next is to be able to update a timesheet workbook when the authorising officer agrees
|
| Controlling Outlook application size and position | 12 Nov 2007 13:57 GMT | 3 |
I'd like to write some VBA code to control the size and desktop position of the Outlook application window. Any help will be greatly appreciated. TIA Ken
|
| Redemption Issue | 10 Nov 2007 17:31 GMT | 1 |
Outlook 2003 sp2, VB 2005 sp1 - Uses Safe Mail (Redemption), but some of our workstation still show a security popup and others do not. It's a mixed bag. All DLLs are properly loaded with no major differances between the workstations.
|
| Macros - Word 2007 and Outlook 2007 | 09 Nov 2007 22:00 GMT | 6 |
Here's my original msg below to another group: "Linda" <lhun...@intersouth.com> wrote in message news: 1194536156.283516.239...@k35g2000prh.googlegroups.com...
>I upgraded to Office 2007. My macros work fine in Word but now they |
| Failing to Move Item from Public Folder to Local Folder | 09 Nov 2007 16:39 GMT | 1 |
I am attempting to copy items from a Public folder to a local folder. To do this I have to first copy the message, and then Move [item.Copy then item.Move (destinationFolder)]. I am having a problem in that the code is failing in deleting the message it is attempting to move, and ...
|
| Promt Window | 09 Nov 2007 16:08 GMT | 3 |
Sub Dim myolApp As Outlook.Application Dim myNamespace As Outlook.NameSpace Dim myMailItem As Outlook.MailItem
|
| Number of mail recipients | 09 Nov 2007 13:42 GMT | 1 |
Hi group Can anyone tell me, how many recipients I can add (programatically) to the To:, Cc: and Bcc: field Using Outlook?
|