| Thread | Last Post | Replies |
|
| Pls comment my VBS | 10 Jan 2006 15:34 GMT | 1 |
i run this script daily to generate html file for records from today to end of the month but find this script use a lot of resources to loop through all the items in "" For each Item in KKK ..... Next" loop. it seems logical to do it but it needs a few minutes to complete.
|
| VB and outlook macro need help | 10 Jan 2006 15:22 GMT | 1 |
I have no VB skills and would like to create an outlook macro can anyone help. Here is what I would like the macro to do ... #1 Check to see if the Outlook address book is installed. #2 If it is not installed got to Tools > Email account > Add newe address
|
| AdvancedSearch | 10 Jan 2006 15:17 GMT | 1 |
I am searching items with AdvancedSearch method. Where I can get detailed information about search filter format? All these "urn:schemas:mailheader:subject like 'test'" I found some about urn:schemas:mailheader: namespace
|
| Add disclaimer to out going e-mails? | 10 Jan 2006 15:14 GMT | 4 |
How can I add a disclaimer to an Outlook e-mail, where it is protected from anyone editing the disclaimer. Is there a way I can create a new option? or create VB 6 code that would add the disclaimer to all out going e-mails. Thank you .
|
| how do Visual Basic Application (VBA) commands work | 10 Jan 2006 09:50 GMT | 2 |
I run a program for work that will send email through my outlook email account. I recently upgraded my outlook to the 2003 model and now I get a message that this could be a virus becuase it is a VBA command. Since I typically send bulk emails (50-200) I have to manually click ...
|
| Spoof filter | 10 Jan 2006 08:55 GMT | 3 |
I want to create a spoof filter that If a message comes from the "paypal.com" domain *Except if from "spoof" And the message contains hyperlinks that do not lead to sites in the
|
| Open Access DB from Outlook | 10 Jan 2006 08:46 GMT | 2 |
Please help. I need to open an Access 2000 database (which is on a network server) from inside Outlook 2000, using a macro assigned to a toolbar button. If it can be done. Thank you for your help.
|
| item | 10 Jan 2006 08:44 GMT | 1 |
I send email through Word creating an outllok.object and i put as body this routine Open txtFile For Input As #1 Do While Not EOF(1)
|
| I want to send a new message to a user when a specific email arriv | 09 Jan 2006 15:02 GMT | 2 |
I have set up a rule that sends a message from a user to a specific folder. What I would like to do is, once the email arrives in the specified folder, send a brand new message to a user notifying him of the arrival of a message in that folder. I do not want to reply because ...
|
| test for new message | 09 Jan 2006 13:26 GMT | 3 |
I'm using the NewInspector event in the ThisOutlookSession module to customise how users are greeted when they create a new message. I'm using: If TypeOf Inspector.CurrentItem Is Outlook.MailItem to make sure this code only runs for a message (and not a contact or
|
| Retrieve current item on TaskPad in Calender | 09 Jan 2006 08:04 GMT | 3 |
Is there anyway to retrieve the current Task Item that has the focus in the TaskPad when we are viewing the calender? I would like to add a button to the toolbar to take action on the selected task but have been unable to find out how to retrieve items from the
|
| Outlook automatic folder categorization with shifting of the whole correspondence into the new built subfolder -> VBScript needed | 09 Jan 2006 07:00 GMT | 1 |
I have the OS "Windows 2000" and right now I use Outlook 2002. Anyway I could switch easily to the later Outlook 2003. I would like to realize following AUTOMATIC folder categorizing: My actual configuration, via Rules-Setting:
|
| picture export | 09 Jan 2006 06:55 GMT | 1 |
I would like to utilize a picture phone so my technicians can take photos, of their completed work, and send them via e-mail back to my local office. Because of the large number of techs and the size of the pics. I would write a rule for each or create their own e-mail address ...
|
| How can I make Outlook automatically accept Mtg Requests? | 09 Jan 2006 04:10 GMT | 3 |
I need to find a way to make Outlook automatically accept meeting invites when they come from a specified sender. If possible without replying to the sender. Isee the steps in rules to detect the incoming invite but don't see away to accept the request. I have some experience ...
|
| VBA basics - Logging into Outlook | 06 Jan 2006 17:16 GMT | 1 |
I am trying to use the automation object model to Launch Outlook,logo as a specific user and display the inbox. This is what I have so fa but there is a "connect" dialog that connects to the exchange serve that requires a password. I can not seem to get past it.. Any idea
|