Group:  Microsoft Outlook » microsoft.public.outlook.program_vba

Threads Replies Last Post
119 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
Have Replies Sent To: VBA code
OK, the scoop on my systems I am using, all machines are running XP Pro with Office 2003 and exchange server(not sure of what version). What we are trying to do is this, we have a group mail box that we want people to reply to when we send them an email. We cannot send from the group mailbox. The only way I have found to make this work is with the "Have replies sent to" option. I have ...
4 10/16/2008 6:30:26 PM
Comment récupérer les boutons de cde sous VBA outlook ?
Bonsoir, Pouvez-vpous m'indiquer comment faire en VBA pour : Modifier la macro affectée à un bouton prédéfini.? Ex : le bouton "Nouveau" d'un nouveau message le bouton "Envoyer" dans un nouveau message et/ou Peut-être si vous avez le temps comment récupérer les événements suivants ? Appui sur le bouton "Envoyer" dans un nouveau message J'ai...
2 10/16/2008 8:29:15 AM
Exchange 255 RPC Connection Limit
We have a C# and C++ program that processes lots of Outlook Items, and we have run into Exchange's 255 RPC connection limit in the past. We had solved our problems by releasing COM objects, calling garbage collection at opportune times, and working carefully with large selections of items within Outlook. Recently we made a change that caused us to run into the limit again. I suspect...
3 10/15/2008 8:56:23 PM
Question abt Outlook 2003 VBA application by Sue Mosher*10152008
Hello everybody, I got the following code to automatically add recepients to contacts when sending messages out to them: ' sample Outlook 2003 VBA application by Sue Mosher ' send questions/comments to webmaster@outlookcode.com ' The Application_ItemSend procedure must go in the ' built-in ThisOutlookSession session module in Outlook VBA Private Sub Application_ItemSend(ByVal Item...
2 10/15/2008 6:42:10 PM
Saveas method
I am trying to save messages as html files. When using .SaveAs with the olHTML as the save as type I get 'invalid procedure call or argument' but the it works fine with other types....
8 10/15/2008 5:23:12 PM
Custom Rule that Opens Incoming Message Meeting Conditions
If a message comes into a user's mailbox from a specific addressee, I would like a custom script witn my rule which automatically opens the message. For a rule, I can select "Run a Script" or "Perform a Custom Action", which I understand allows the execution of Outlook 2003 VBA scripts. Since I am not a script writer (I am actually the DR guy), I was hoping someone had a simple script ...
3 10/15/2008 12:55:02 PM
VBA Editor Keeps Opening On Its Own-Outlook 07
I've created a script that automatically saves attachments to a specified folder, using the date portion of the ReceivedTime to name the attachment (the email arrives daily with the attachment always titled "mail.rtf" I've setup a rule to run this script when the appropriate email arrives. It works beautifully. However, since I started utilizing this script, the VBA editor will open o...
1 10/15/2008 11:18:01 AM
Opens new mail from Excel but won't send the message
Hello, I have a macro that is pulling information from an Excel sheet, and for each row, it opens a new Outlook mail message, with the specific information for each person based on a general template for the message. The macro creates the messages perfectly, and pulls in the information accurately, but will not send the messages. So, I run my macro,and I now have 50 messages at the botto...
3 10/15/2008 1:58:29 AM
send email with Outlook's default text format and default signatur
i'm useing access for sending emails. while useing the Outlook object model how can i send the email with Outlook's default text format and default signature ? thanks ...
2 10/13/2008 11:59:03 AM
Macros - Program to insert text only into body of email
Hi all, I'm at work (hooray!) and doing some very automated emails! There isn't a Macros recorder in Outlook which makes the task of automating the emails tricky. What i want is after i've opened an email by clicking on a hyperlink in an excel document, to click the keyboard shortcut button and have a line of text appear which i can then personalise to each customer. i would run a...
3 10/12/2008 12:12:57 AM
User-defined property in .msg persisted item not updating
Greets, I have an AddIn that uses RDO to open emails that have been saved to .msg files, as part of what is basically as a store-and-forward scheme to send the emails up to a database. The .msg files are uploaded to server file storage, and then a database record is built from various stock and user-defined properties, plus a link to the .msg file on the server. It is important that...
3 10/10/2008 11:12:43 PM
Changing the subject line of a message to a set format
Can anyone help? I'm trying to set up a script for Outlook 2003 to check the subject of any new e-mail and amend it to a set format. Although the script runs, and the msg boxes show up, the subject line isn't updating: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) Dim intRes As Integer Dim strMsg As String Dim userName As String: userName = Environ("USER...
4 10/10/2008 1:03:17 PM
Filtering Meeting Invites As a Delegate
I support multiple managers and have been delegated and given permission to manage their calendars. I receive so many meeting invites that it take to much time to go through when I have more important things that need to be done. My company has a space limit so I need to go through in order to receive and send e-mails. It would be nice to have a way to create a rule to filter meeting ...
1 10/9/2008 9:46:05 PM
Disabling links in particular folders
I have my kids emails delivered into Outlook 2007 (POP3) and moved to their own folders. How can I set the links on their incoming mail to disabled so they cant go to websites linked their email as they are with Junk E-mail? Thanks again, I will check with the other groups "Diane Poremsky [MVP]" wrote: > AFAIK, it can't be done with VBA, but check in the outlook.programming ...
2 10/9/2008 8:14:46 PM
Changing the flag status
Hi I've written some code to automatically save an outlook message from our Exchange Public Folders to a particular location (whcih works like a dream) but would like to add some code to mark the flag as complete once the macro has run. I can get a coloured flag to appear, but not a completed tick or checkmark. I've tried this: Dim objApp As Outlook.Application Set objApp = Crea...
3 10/9/2008 2:48:08 PM
Moving email attachment into inbox...
I have a minor issue which is annoying. I have set up my work email to forward to my Gmail account which I can access via POP in Outlook 2007. My emails are sent as attachments and I can't change this. I have Vista Sideshow set up to view my Outlook emails but it won't display any attachments. I can manually move (literally click and drag) the email attachment from the email to my ...
3 10/8/2008 11:58:05 PM
Outlook vba errror message says Access can't find my userform
I'm trying to create a userform in Outlook 2003 vba, that will facilitate a secretary creating an email message about telephone calls. I get the following error message: Microsoft Office Access can't find the form 'frmTelMsgInput01' referred to in a macro expression or Visual Basic Code Any help figuring out how to fix this would be much appreciated. Thanks, mar...
6 10/8/2008 8:19:05 PM
Send to Mail Recipient to Outlook 2007
I have found a bug in Outlook 2007. If you right-click on a file on your desktop and select "send to, then mail recipient", you cna't return to outlook or look at another mail until your close the one that was generated by the send to mail recipient. You you just create a new email, you can go back to outlook and open any mail with closing the one your created "New". Can this be fixed...
2 10/8/2008 3:13:09 PM
sending emails from access
i have 3 issues with sending emails from access through outlook: 1. outlook reports that the email has not been sent even it is in the sent items folder. 2. how can i design the email from access (font, color, align). ? 3. how can i use a word document as a template for emails design for sending emails from access? thanks ...
4 10/8/2008 1:17:59 PM
Create a macro to open a MS access database
Hello Everyone, I would like create a macro Using MS Outlook 2003 that will open a MS Access datebase and I am not sure how to write this. can anyone help? ...
2 10/8/2008 1:11:05 PM
Getting Attachments from SafeMailItem returns 1st item twice
Hi, Im using redemption to get a mail item from outlook, this is working fine, however, when listing its attachments I run the following code (safeMail is a valid safemailitem from redemption: Redemption.Attachments att = safeMail.Attachments; Redemption.Attachment attachment = null; for ( int i = 0; i < att.Count; i++ ) { attachment = att.Item( i ); // regular attachmen...
3 10/8/2008 1:02:13 PM
Send to Distribution List in Contacts
I have some code made to automatically send a message daily, but I want to send it to a distribution list in my contacts. How do I call this up so that the "To" is automatically populated with whatever is in my distribution list? Thanks Steve...
3 10/7/2008 11:30:01 PM
Hyperlink breaks when there's a space
All - I tried to paste the following link in an Outlook mail, but the link breaks where the space, between Month Year? This is actually an UNC path to an Excel file, I can't rename the directory name, I am not the owner. Can you share with me how I can go around this? Thanks, Ben <head> <title>Untitled Page</title> </head> <body> ...
3 10/7/2008 8:41:03 PM
is there a way to not disable a rule with incoming messages
I have a simple rule called "incoming", defined as apply this rule after message arrives, run incoming.ThisOutlookSession.CustomMailMessageRule the rule itself simply writes some headers into a folder sometimes something in the incoming message causes an error in the rule and OL2003 pops up a messagebox that the Incoming rule has an error and I have to manually access Rules and check...
2 10/7/2008 5:51:25 PM
Code for moving Sent Items depending on From Field
We are running Outlook 2000 in CW mode and use communal departmental mailboxes as well as our own. I need some code to automatically move Sent Items that have been sent from the departmental address to the departmental Sent Items folder instead of each individual one. The department address appears in the From Field....
1 10/7/2008 9:37:00 AM
119 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint
Newsgroups Reader