![]() |
|
#3
|
|||
|
|||
|
Thank you for your reply GMayor
This is the code I am currently using in order to direct the mails coming in. Code:
If TypeName(Item) = "MailItem" Then
Dim strSender As String
Dim myForward As MailItem
strSender = Item.SenderEmailAddress
If InStr(1, strSender, "xxxNamexxx", vbTextCompare) > 0 Or InStr(1, strSender, "xxx.com", vbTextCompare) > 0 Or InStr(1, strSender, "Me", vbTextCompare) > 0 Or InStr(1, strSender, "xxx.xx", vbTextCompare) > 0 Then
If TypeName(Item) = "MailItem" Then
' Forward the item just received
Set myForward = Item.Forward
' Address the message
myForward.Recipients.Add "xx@example.com"
myForward.Recipients.Add "xx@example.com"
myForward.Send
End If
End If
'End If
Kindly advise if you are able to assist in this matter All help is much appreciated Regards Gary Quote:
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2010 .pst question
|
smann | Outlook | 1 | 10-04-2012 07:01 PM |
| Outlook chart question | projecttoday | Outlook | 0 | 11-11-2011 11:29 AM |
| Loading Outlook sent emails question | jeff8362 | Outlook | 2 | 04-23-2011 08:15 PM |
| Outlook express question!!!! | wascapsfan | Outlook | 0 | 02-07-2011 12:35 PM |
| Outlook Anywhere question.... | Grima Wormtonue | Outlook | 0 | 02-20-2009 09:27 AM |