Dim myOlApp As Outlook.Application
Dim myitem As Outlook.MailItem
Dim n As Integer
Dim sUsername As String
sUsername = Environ$("username") Dim filesPath AsString Set myOlApp = CreateObject("Outlook.Application")
filesPath = Environ$("USERPROFILE") Set myitem = myOlApp...