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?
|