Recent content by Natiel

  1. N

    🔒 Closed Delete the attachment in sent emails

    For a quick way, you can use VBA. I just find one macro, you can try Public WithEvents objSentMails As Outlook.Items Private Sub Application_Startup() Set objSentMails = Outlook.Application.Session.GetDefaultFolder(olFolderSentMail).Items End Sub Private Sub objSentMails_ItemAdd(ByVal...
Back
Top