| Thread | Last Post | Replies |
|
| Programitically Setting Read/Delivery Receipts | 17 May 2007 21:22 GMT | 1 |
Which properties do I need to use in order to programically set the read & delivery receipt options on a message?
|
| Outlook Addin | 17 May 2007 14:29 GMT | 1 |
I created a VB 6 Addin for outlook and word and both initialized and connected fine. Next day the onconnection did not work. I subsequently tried creating a new addin for word and outlook and the addin does not initialize. If I do the same thing for Powerpoint it works.
|
| Outlook 2000 Macro problem - Please help | 16 May 2007 16:40 GMT | 1 |
I have been using the below email for a while now; I just have to keep running it to bypass by error message but now I am receiving too many emails to keep doing this, Can someone please tell me how to resolve this run time error?
|
| Using Virtual PC to compile add-in question | 16 May 2007 16:25 GMT | 1 |
I have just set up a Win2k Virtual PC with Outlook 2000 installed on it. I also have installed my VB6 IDE and any controls that I use. So far no problem. Now the question I have is how do you access your source? Do the gurus
|
| create server side rule for printing | 16 May 2007 12:28 GMT | 6 |
I need to create a server side rule for a mailbox which will do check the subject for incoming message. If it says "print it", then print to a specific printer. The difficult part is printing. Since it's a server side rule I don't want it to use printer mapping related to any ...
|
| Capturing cursor window | 16 May 2007 07:37 GMT | 2 |
I am writing a routine to allow a user to classify an email from a drop down box that will be placed on the main menu of Outlook. I want to disable the lookup unless the user has an item with a mail address in it.
|
| attach file with automation in Outlook | 15 May 2007 21:13 GMT | 4 |
My program;
> > #define mailitem 0 > > oOutLookObject = CreateObject("Outlook.Application") > > oEmailItem = oOutLookObject.CreateItem(mailitem) |
| Unable to add "X-Header" to a mail that is being sent... | 15 May 2007 17:55 GMT | 7 |
Environment: -Outlook 2002(XP) -Added references to "Microsoft Outlook 10.0 Object Library" & "Microsoft CDO 1.21 Library"
|
| Identifying components of email message | 15 May 2007 17:41 GMT | 4 |
I am having difficulty trying to determine how to address the body of an email message for a search. Once I have pointed to the correct MAPI location, how do I tell the macro to search the body of the email for a string?
|
| Delete message after sending | 15 May 2007 16:58 GMT | 2 |
I am running VBA behind Excel to send spreadsheets automatically. These attachments are bogging down my Sent Items. So I am exploring two options. Option 1: Ideally, I would like to add code within the Excel sheet after sending the email to automatically delete. That way it would ...
|
| Set Item.SaveSentMessageFolder = objFolder run time error '424' | 15 May 2007 16:06 GMT | 13 |
when running this macro in outlook run time error '424' occurs. when i debug, i am taken to the line: Set Item.SaveSentMessageFolder = objFolder is hilighted as the error. how do i fix this? the purpose of this macro is to automatically be asked for a folder to store the ...
|
| Use of AdvancedSearch with wildcards in Outlook | 14 May 2007 17:58 GMT | 15 |
I have been trying to build a search routine that will open the inbox and cycle through the body of each message looking for a string that I define using wild cards and the Like operator. Here is the code snippet:
|
| moving email to subfolder | 14 May 2007 07:12 GMT | 4 |
Hi. I have a macro (generously donated by Ken) which I have adapted to move a throw-away email that I am sending to a temporary folder. The line: objInbox.Folders("Temp Sent") does the job, but the folder is not in the right place. I would like this Temp Sent folder to be a ...
|
| dialing codes | 12 May 2007 17:25 GMT | 1 |
How can I add dialing codes such as 1 in Business Phone Number Field? I found the code to do so with Business Fax Numbers but can't figure out the Busines Phone Number field... Thanks,
|
| Read multiple workbooks and pulling data from diff cells | 12 May 2007 17:23 GMT | 1 |
Can anyone help to modify this code to read/copy specific cell data from the myfile and send it or assign it to my active workbook? my active workbook will be my "master" workbook where I'll be gathering all data. The "myfile" (source files) are not in a columns and rows format, ...
|