How do I forward emails ONLY from a certain file (ie "forward" fil
by cmhhYmVyb3Zh » Sat, 06 Sep 2008 12:16:00 GMT
I would like to setup a rule to forward ONLY emails from a certain folder
that i'm naming "forward" in outlook to another email address. I am unable to
figure out how using the rules. The reason that i cannot just forward them
from incoming is because i don't have access to the emails coming in, but can
manually put them in this folder and i need to filter them really quick
before sending them out. I deal with about 150-200 at my job in a day so this
would be a HUGE help. Thank you Robert.
Re: How do I forward emails ONLY from a certain file (ie "forward" fil
by Diane Poremsky [MVP] » Sat, 06 Sep 2008 12:52:07 GMT
Outlook rules won't run later - you'll need a utility like auto-mate. See
http://www.**--****.com/
--
Diane Poremsky [MVP - Outlook]
Outlook Tips: http://www.**--****.com/
Outlook & Exchange Solutions Center: http://www.**--****.com/
Outlook Tips by email:
XXXX@XXXXX.COM
EMO - a weekly newsletter about Outlook and Exchange:
XXXX@XXXXX.COM
You can access this newsgroup by visiting
http://www.**--****.com/
newsreader to msnews.microsoft.com.
Similar Threads:
1.Automatically forward email during certain times of day
I have a need to forward email messages from one account to another during
the work day. Thought I could do it in VBA but am not seeing results with the
following, in the ThisOutlookSession module (I'm using Outlook 2003):
Option Explicit
Public WithEvents olInboxItems As Items
Private Sub Application_Startup()
Dim objNS As NameSpace
Set objNS = Application.GetNamespace("MAPI")
Set olInboxItems = objNS.GetDefaultFolder(olFolderInbox).Items
Set objNS = Nothing
End Sub
Private Sub Application_Quit()
' disassociate global objects
Set olInboxItems = Nothing
End Sub
Private Sub olInboxItems_ItemAdd(ByVal Item As Object)
Dim fwdItem As Outlook.MailItem
If Item.Class = olMail Then
If DatePart("w", Date) > 1 And DatePart("w", Date) < 7 Then
If DatePart("h", Time) > 17 And DatePart("h", Time) < 27 Then
Set fwdItem = Item.Forward
fwdItem.Recipients.Add " XXXX@XXXXX.COM "
fwdItem.Send
End If
End If
End If
Set fwdItem = Nothing
End Sub
I simply compiled the above, closed Outlook 2003 and restarted it, with no
luck when email came in. What am I missing/doing wrong? Thanks in advance for
your help.
2.Using rules to forward Outlook email to Gmail - getting forwarded email showing up in inbox
Is there something wrong with the way I'm setting up this rule? I set
it up to forward every message I receive to "people or distribution
list" and have it forwarded to my gmail address. Now when it gets
forwarded a copy of the sent email is placed in my inbox. Is there any
way I can eliminate this redundant step?
3.Create a rule to forward emails from a certain address
Using Outlook 2003, is it possible to create a rule or other method to
forward emails from a certain address to another email address?
Thanks in advance,
Jon
4.forwarding certain emails closes outlook
I have a user with outlook 2003 / exchange 2003sp2 whenever he tries to
forward certain email messages, outlook just abrubtly closes. No
commonality or anything- just sporadic.
Any clues as to what this could be
Thanks
CR
5.how to create a rule to forward sent emails to a certain contact
KKATTAN < XXXX@XXXXX.COM > wrote:
> how to create a rule to forward some of the emails that i sent to a
> specific user as an attachment after sending the email.
There's no way to execute an automatic rule after sending a message, only
when sending it.
--
Brian Tillman
6. Word error pop-up when i forward certain emails
7. Error message when I try to reply or forward an email to a certain address
8. Font size for forwarded email changes when forwarding in Outlook 2