I’m using:
Private Sub Application_NewMail()
End Sub
To run some commands on it. How to get CC
and Sender
fields from newly received mail with this SUB
I’m using:
Private Sub Application_NewMail()
End Sub
To run some commands on it. How to get CC
and Sender
fields from newly received mail with this SUB