S
Sriram N A \(MICO/PJ-SAP-PP\) *
I have the following VBA code in the ThisOutlookSession module
(VbaProject.OTM) in Outlook 2003 (Corporate):
Private Sub Application_ItemSend(ByVal item As Object, Cancel As Boolean)
With item
If .Importance = olImportanceLow Then
.ReadReceiptRequested = False
.DeleteAfterSubmit = True
End If
End With
End Sub
Messages flagged as low importance are not saved in the Sent Items folder as
intended, except when the message has an attachment. In these cases, the
message is retained in Sent Items. Bug?
(VbaProject.OTM) in Outlook 2003 (Corporate):
Private Sub Application_ItemSend(ByVal item As Object, Cancel As Boolean)
With item
If .Importance = olImportanceLow Then
.ReadReceiptRequested = False
.DeleteAfterSubmit = True
End If
End With
End Sub
Messages flagged as low importance are not saved in the Sent Items folder as
intended, except when the message has an attachment. In these cases, the
message is retained in Sent Items. Bug?