fergo99
02-23-2007, 05:19 PM
I need a way to seach the Recipients field and remove a specific name.
I tried the following but it does not seem to work.
For Each objItem In myReply.Recipients
If objItem.Name = PCTECH Then myReply.Recipients.Remove objItem.Index
Next
I tried the following but it does not seem to work.
For Each objItem In myReply.Recipients
If objItem.Name = PCTECH Then myReply.Recipients.Remove objItem.Index
Next