Does anyone know if you can capture the sender's(From) e-mail automatically without specifying in the code?
Const cdoSendUsingPort = 2
Const cdoSendUsingPickup = 1
Const strSmartHost = "AppEmail.Tgt.Com"
dim OMsg
Set OMsg = CreateObject("CDO.Message")
Set Iconf = OMsg.Configuration...