View Single Post
  #1  
Old February 14th 06, 08:41 PM posted to microsoft.public.outlook.program_vba
emanson
external usenet poster
 
Posts: 13
Default Move .DeleteAfterSubmit not working (outlook 98)

Hello,

Any ideas why in the following the .DeleteAfterSubmit command does not work?

With itm
.SentOnBehalfOfName = emailaccountname
.To = UserSender
.Unread = True
.VotingResponse = ReasonCode
.Body = UserBody
.Subject = UserSubject
.RemoteStatus = AgentCode
.Mileage = AuditInfo & "," & Date & " " & Time
.FlagRequest = ServerTime
.DeleteAfterSubmit = True
.Move
End With

The code still writes the moved message to the personal namespace delete
folder of the user running the vb6.0 application?
Ads