I'm trying the write a peiece of code that verbally noticifies the user of the sender of a incoming message
but I'm stuck with not know the object name for a newly recieved email
code I have so far is:
Set myItem = Application.NewMail
bob = myItem.SenderName
UserForm1.TextToSpeech1.Speak "you have recieved a new email message from " & bob
any Ideas?!?
Thanks
T
but I'm stuck with not know the object name for a newly recieved email
code I have so far is:
Set myItem = Application.NewMail
bob = myItem.SenderName
UserForm1.TextToSpeech1.Speak "you have recieved a new email message from " & bob
any Ideas?!?
Thanks
T