hi folks:
I'm new to VB and I'm trying to write a script in Outlook 2000 that will prompt me when a msg arrives and it has a receipt requested. this is what i got
it fails on the first SET
Sub Chk4Receipt()
Set NewMail = ThisOutlookSession.MailItem(ReadReceiptRequested)
If NewMail = True Then
PollRest 'a user form pops up here
End If
End Sub
any help is welcome. thanks you
****
Problems are nothing more than an opportunity for improvement
;-P hehehehe
I'm new to VB and I'm trying to write a script in Outlook 2000 that will prompt me when a msg arrives and it has a receipt requested. this is what i got
it fails on the first SET
Sub Chk4Receipt()
Set NewMail = ThisOutlookSession.MailItem(ReadReceiptRequested)
If NewMail = True Then
PollRest 'a user form pops up here
End If
End Sub
any help is welcome. thanks you
****
Problems are nothing more than an opportunity for improvement
;-P hehehehe